A B C D E F G H I L M N O P R S T U V W _ 
All Classes All Packages

A

add(Object) - Method in class net.razorvine.pickle.UnpickleStack
 
add(ComplexNumber) - Method in class net.razorvine.pickle.objects.ComplexNumber
 
add(ComplexNumber, ComplexNumber) - Static method in class net.razorvine.pickle.objects.ComplexNumber
 
add_mark() - Method in class net.razorvine.pickle.UnpickleStack
 
ADDITEMS - Static variable in interface net.razorvine.pickle.Opcodes
 
AnyClassConstructor - Class in net.razorvine.pickle.objects
This object constructor uses reflection to create instances of any given class.
AnyClassConstructor(Class<?>) - Constructor for class net.razorvine.pickle.objects.AnyClassConstructor
 
APPEND - Static variable in interface net.razorvine.pickle.Opcodes
 
APPENDS - Static variable in interface net.razorvine.pickle.Opcodes
 
ArrayConstructor - Class in net.razorvine.pickle.objects
Creates arrays of objects.
ArrayConstructor() - Constructor for class net.razorvine.pickle.objects.ArrayConstructor
 

B

BINBYTES - Static variable in interface net.razorvine.pickle.Opcodes
 
BINBYTES8 - Static variable in interface net.razorvine.pickle.Opcodes
 
BINFLOAT - Static variable in interface net.razorvine.pickle.Opcodes
 
BINGET - Static variable in interface net.razorvine.pickle.Opcodes
 
BININT - Static variable in interface net.razorvine.pickle.Opcodes
 
BININT1 - Static variable in interface net.razorvine.pickle.Opcodes
 
BININT2 - Static variable in interface net.razorvine.pickle.Opcodes
 
BINPERSID - Static variable in interface net.razorvine.pickle.Opcodes
 
BINPUT - Static variable in interface net.razorvine.pickle.Opcodes
 
BINSTRING - Static variable in interface net.razorvine.pickle.Opcodes
 
BINUNICODE - Static variable in interface net.razorvine.pickle.Opcodes
 
BINUNICODE8 - Static variable in interface net.razorvine.pickle.Opcodes
 
BUILD - Static variable in interface net.razorvine.pickle.Opcodes
 
BYTEARRAY8 - Static variable in interface net.razorvine.pickle.Opcodes
 
ByteArrayConstructor - Class in net.razorvine.pickle.objects
Creates byte arrays (byte[]).
ByteArrayConstructor() - Constructor for class net.razorvine.pickle.objects.ByteArrayConstructor
 
bytes_to_double(byte[], int) - Static method in class net.razorvine.pickle.PickleUtils
Convert a big endian 8-byte to a double.
bytes_to_float(byte[], int) - Static method in class net.razorvine.pickle.PickleUtils
Convert a big endian 4-byte to a float.
bytes_to_integer(byte[]) - Static method in class net.razorvine.pickle.PickleUtils
Convert a couple of bytes into the corresponding integer number.
bytes_to_integer(byte[], int, int) - Static method in class net.razorvine.pickle.PickleUtils
 
bytes_to_long(byte[], int) - Static method in class net.razorvine.pickle.PickleUtils
Convert 8 little endian bytes into a long
bytes_to_uint(byte[], int) - Static method in class net.razorvine.pickle.PickleUtils
Convert 4 little endian bytes into an unsigned int (as a long)

C

ClassDict - Class in net.razorvine.pickle.objects
A dictionary containing just the fields of the class.
ClassDict(String, String) - Constructor for class net.razorvine.pickle.objects.ClassDict
 
ClassDictConstructor - Class in net.razorvine.pickle.objects
This object constructor creates ClassDicts (for unsupported classes).
ClassDictConstructor(String, String) - Constructor for class net.razorvine.pickle.objects.ClassDictConstructor
 
clear() - Method in class net.razorvine.pickle.UnpickleStack
 
close() - Method in class net.razorvine.pickle.Pickler
Close the pickler stream, discard any internal buffers.
close() - Method in class net.razorvine.pickle.Unpickler
Close the unpickler and frees the resources such as the unpickle stack and memo table.
ComplexNumber - Class in net.razorvine.pickle.objects
An immutable Complex Number class.
ComplexNumber(double, double) - Constructor for class net.razorvine.pickle.objects.ComplexNumber
 
ComplexNumber(Double, Double) - Constructor for class net.razorvine.pickle.objects.ComplexNumber
 
construct(char, int, byte[]) - Method in class net.razorvine.pickle.objects.ArrayConstructor
Create an object based on machine code type
construct(Object[]) - Method in interface net.razorvine.pickle.IObjectConstructor
Create an object.
construct(Object[]) - Method in class net.razorvine.pickle.objects.AnyClassConstructor
 
construct(Object[]) - Method in class net.razorvine.pickle.objects.ArrayConstructor
 
construct(Object[]) - Method in class net.razorvine.pickle.objects.ByteArrayConstructor
 
construct(Object[]) - Method in class net.razorvine.pickle.objects.ClassDictConstructor
 
construct(Object[]) - Method in class net.razorvine.pickle.objects.DateTimeConstructor
 
construct(Object[]) - Method in class net.razorvine.pickle.objects.ExceptionConstructor
 
construct(Object[]) - Method in class net.razorvine.pickle.objects.OperatorAttrGetterForCalendarTz
 
construct(Object[]) - Method in class net.razorvine.pickle.objects.Reconstructor
 
construct(Object[]) - Method in class net.razorvine.pickle.objects.SetConstructor
 
construct(Object[]) - Method in class net.razorvine.pickle.objects.TimeZoneConstructor
 
constructCharArrayUTF16(int, byte[]) - Method in class net.razorvine.pickle.objects.ArrayConstructor
 
constructCharArrayUTF32(int, byte[]) - Method in class net.razorvine.pickle.objects.ArrayConstructor
 
constructDoubleArray(int, byte[]) - Method in class net.razorvine.pickle.objects.ArrayConstructor
 
constructFloatArray(int, byte[]) - Method in class net.razorvine.pickle.objects.ArrayConstructor
 
constructIntArrayFromInt32(int, byte[]) - Method in class net.razorvine.pickle.objects.ArrayConstructor
 
constructIntArrayFromUShort(int, byte[]) - Method in class net.razorvine.pickle.objects.ArrayConstructor
 
constructLongArrayFromInt64(int, byte[]) - Method in class net.razorvine.pickle.objects.ArrayConstructor
 
constructLongArrayFromUInt32(int, byte[]) - Method in class net.razorvine.pickle.objects.ArrayConstructor
 
constructLongArrayFromUInt64(int, byte[]) - Method in class net.razorvine.pickle.objects.ArrayConstructor
 
constructShortArrayFromUByte(byte[]) - Method in class net.razorvine.pickle.objects.ArrayConstructor
 
constructShortArraySigned(int, byte[]) - Method in class net.razorvine.pickle.objects.ArrayConstructor
 
customDeconstructors - Static variable in class net.razorvine.pickle.Pickler
Registry of deconstructors for custom classes, to be able to pickle custom classes and also reconstruct.
customPicklers - Static variable in class net.razorvine.pickle.Pickler
Registry of picklers for custom classes, to be able to not just pickle simple built in datatypes.

D

DATE - Static variable in class net.razorvine.pickle.objects.DateTimeConstructor
 
DATETIME - Static variable in class net.razorvine.pickle.objects.DateTimeConstructor
 
DateTimeConstructor - Class in net.razorvine.pickle.objects
This constructor can create various datetime related objects.
DateTimeConstructor(int) - Constructor for class net.razorvine.pickle.objects.DateTimeConstructor
 
DATEUTIL_GETTZ - Static variable in class net.razorvine.pickle.objects.TimeZoneConstructor
 
DATEUTIL_TZFILE - Static variable in class net.razorvine.pickle.objects.TimeZoneConstructor
 
DATEUTIL_TZUTC - Static variable in class net.razorvine.pickle.objects.TimeZoneConstructor
 
days - Variable in class net.razorvine.pickle.objects.TimeDelta
 
decode_escaped(String) - Static method in class net.razorvine.pickle.PickleUtils
Decode a string with possible escaped char sequences in it (\x??).
decode_long(byte[]) - Static method in class net.razorvine.pickle.PickleUtils
read an arbitrary 'long' number.
decode_unicode_escaped(String) - Static method in class net.razorvine.pickle.PickleUtils
Decode a string with possible escaped unicode in it (code point 20ac)
deconstruct(Object) - Method in interface net.razorvine.pickle.IObjectDeconstructor
Deconstructs the arugment of an object.
DICT - Static variable in interface net.razorvine.pickle.Opcodes
 
dispatch(short) - Method in class net.razorvine.pickle.Unpickler
Process a single pickle stream opcode.
divide(ComplexNumber, ComplexNumber) - Static method in class net.razorvine.pickle.objects.ComplexNumber
 
double_to_bytes(double) - Static method in class net.razorvine.pickle.PickleUtils
Convert a double to its 8-byte representation (big endian).
dump(Object, OutputStream) - Method in class net.razorvine.pickle.Pickler
Pickle a given object graph, writing the result to the output stream.
dumps(Object) - Method in class net.razorvine.pickle.Pickler
Pickle a given object graph, returning the result as a byte array.
DUP - Static variable in interface net.razorvine.pickle.Opcodes
 

E

EMPTY_DICT - Static variable in interface net.razorvine.pickle.Opcodes
 
EMPTY_LIST - Static variable in interface net.razorvine.pickle.Opcodes
 
EMPTY_SET - Static variable in interface net.razorvine.pickle.Opcodes
 
EMPTY_TUPLE - Static variable in interface net.razorvine.pickle.Opcodes
 
encode_long(BigInteger) - Static method in class net.razorvine.pickle.PickleUtils
encode an arbitrary long number into a byte array (little endian).
equals(Object) - Method in class net.razorvine.pickle.objects.ComplexNumber
 
equals(Object) - Method in class net.razorvine.pickle.objects.Time
 
equals(Object) - Method in class net.razorvine.pickle.objects.TimeDelta
 
ExceptionConstructor - Class in net.razorvine.pickle.objects
This creates Python Exception instances.
ExceptionConstructor(Class<?>, String, String) - Constructor for class net.razorvine.pickle.objects.ExceptionConstructor
 
EXT1 - Static variable in interface net.razorvine.pickle.Opcodes
 
EXT2 - Static variable in interface net.razorvine.pickle.Opcodes
 
EXT4 - Static variable in interface net.razorvine.pickle.Opcodes
 

F

FALSE - Static variable in interface net.razorvine.pickle.Opcodes
 
FLOAT - Static variable in interface net.razorvine.pickle.Opcodes
 
FRAME - Static variable in interface net.razorvine.pickle.Opcodes
 
FROZENSET - Static variable in interface net.razorvine.pickle.Opcodes
 

G

GET - Static variable in interface net.razorvine.pickle.Opcodes
 
getClassName() - Method in class net.razorvine.pickle.objects.ClassDict
retrieve the (python) class name of the object that was pickled.
getCustomDeconstructor(Class<?>) - Method in class net.razorvine.pickle.Pickler
Get the custom deconstructor fot the given class, to be able to pickle and unpickle custom classes A custom deconstructor is matched on the interface or abstract base class that the object implements or inherits from.
getCustomPickler(Class<?>) - Method in class net.razorvine.pickle.Pickler
Get the custom pickler fot the given class, to be able to pickle not just built in collection types.
getImaginary() - Method in class net.razorvine.pickle.objects.ComplexNumber
 
getModule() - Method in interface net.razorvine.pickle.IObjectDeconstructor
Get the module of the class being pickled
getName() - Method in interface net.razorvine.pickle.IObjectDeconstructor
Get the name of the class being pickled
getReal() - Method in class net.razorvine.pickle.objects.ComplexNumber
 
getTimeZone() - Method in class net.razorvine.pickle.objects.Tzinfo
 
GLOBAL - Static variable in interface net.razorvine.pickle.Opcodes
 

H

hashCode() - Method in class net.razorvine.pickle.objects.ComplexNumber
 
hashCode() - Method in class net.razorvine.pickle.objects.Time
 
hashCode() - Method in class net.razorvine.pickle.objects.TimeDelta
 
HIGHEST_PROTOCOL - Static variable in class net.razorvine.pickle.Pickler
The highest Python pickle protocol supported by this Pickler.
HIGHEST_PROTOCOL - Variable in class net.razorvine.pickle.Unpickler
The highest Python Pickle protocol version supported by this library.
hours - Variable in class net.razorvine.pickle.objects.Time
 

I

index - Variable in class net.razorvine.pickle.Pickler.Memo
 
input - Variable in class net.razorvine.pickle.Unpickler
The stream where the pickle data is read from.
INST - Static variable in interface net.razorvine.pickle.Opcodes
 
INT - Static variable in interface net.razorvine.pickle.Opcodes
 
integer_to_bytes(int) - Static method in class net.razorvine.pickle.PickleUtils
Convert a signed integer to its 4-byte representation.
InvalidOpcodeException - Exception in net.razorvine.pickle
Exception thrown when the unpickler encounters an invalid opcode.
InvalidOpcodeException(String) - Constructor for exception net.razorvine.pickle.InvalidOpcodeException
 
InvalidOpcodeException(String, Throwable) - Constructor for exception net.razorvine.pickle.InvalidOpcodeException
 
IObjectConstructor - Interface in net.razorvine.pickle
Interface for Object Constructors that are used by the unpickler to create instances of non-primitive or custom classes.
IObjectDeconstructor - Interface in net.razorvine.pickle
Interface for Object Deconstructors that are used by the pickler to create instances of non-primitive or custom classes.
IObjectPickler - Interface in net.razorvine.pickle
Interface for Object Picklers used by the pickler, to pickle custom classes.

L

LIST - Static variable in interface net.razorvine.pickle.Opcodes
 
load(InputStream) - Method in class net.razorvine.pickle.Unpickler
Read a pickled object representation from the given input stream.
loads(byte[]) - Method in class net.razorvine.pickle.Unpickler
Read a pickled object representation from the given pickle data bytes.
LONG - Static variable in interface net.razorvine.pickle.Opcodes
 
LONG_BINGET - Static variable in interface net.razorvine.pickle.Opcodes
 
LONG_BINPUT - Static variable in interface net.razorvine.pickle.Opcodes
 
LONG1 - Static variable in interface net.razorvine.pickle.Opcodes
 
LONG4 - Static variable in interface net.razorvine.pickle.Opcodes
 

M

magnitude() - Method in class net.razorvine.pickle.objects.ComplexNumber
 
MARK - Static variable in interface net.razorvine.pickle.Opcodes
 
MARKER - Variable in class net.razorvine.pickle.UnpickleStack
 
MAX_RECURSE_DEPTH - Static variable in class net.razorvine.pickle.Pickler
Limit on the recursion depth to avoid stack overflows.
memo - Variable in class net.razorvine.pickle.Pickler
The memoization cache.
memo - Variable in class net.razorvine.pickle.Unpickler
Internal cache of memoized objects.
Memo(Object, int) - Constructor for class net.razorvine.pickle.Pickler.Memo
 
MEMOIZE - Static variable in interface net.razorvine.pickle.Opcodes
 
microseconds - Variable in class net.razorvine.pickle.objects.Time
 
microseconds - Variable in class net.razorvine.pickle.objects.TimeDelta
 
minutes - Variable in class net.razorvine.pickle.objects.Time
 
multiply(ComplexNumber) - Method in class net.razorvine.pickle.objects.ComplexNumber
 
multiply(ComplexNumber, ComplexNumber) - Static method in class net.razorvine.pickle.objects.ComplexNumber
 

N

net.razorvine.pickle - package net.razorvine.pickle
Java implementation of Python's pickle serialization protocol.
net.razorvine.pickle.objects - package net.razorvine.pickle.objects
Object constructors and other utility classes for the pickle package.
NEWFALSE - Static variable in interface net.razorvine.pickle.Opcodes
 
NEWOBJ - Static variable in interface net.razorvine.pickle.Opcodes
 
NEWOBJ_EX - Static variable in interface net.razorvine.pickle.Opcodes
 
NEWTRUE - Static variable in interface net.razorvine.pickle.Opcodes
 
next_buffer() - Method in class net.razorvine.pickle.Unpickler
Buffer support for protocol 5 out of band data If you want to unpickle such pickles, you'll have to subclass the unpickler and override this method to return the buffer data you want.
NEXT_BUFFER - Static variable in interface net.razorvine.pickle.Opcodes
 
NO_RETURN_VALUE - Static variable in class net.razorvine.pickle.Unpickler
Used as return value for Unpickler.dispatch(short) in the general case (because the object graph is built on the stack)
NONE - Static variable in interface net.razorvine.pickle.Opcodes
 

O

obj - Variable in class net.razorvine.pickle.Pickler.Memo
 
OBJ - Static variable in interface net.razorvine.pickle.Opcodes
 
objectConstructors - Static variable in class net.razorvine.pickle.Unpickler
Registry of object constructors that are used to create the appropriate Java objects for the given Python module.typename references.
Opcodes - Interface in net.razorvine.pickle
Pickle opcodes.
OperatorAttrGetterForCalendarTz - Class in net.razorvine.pickle.objects
This object constructor is a minimalistic placeholder for operator.itemgetter, it can only be used in the case of unpickling the special pickle created for localizing datetimes with pytz timezones.
OperatorAttrGetterForCalendarTz() - Constructor for class net.razorvine.pickle.objects.OperatorAttrGetterForCalendarTz
 
optimizeBigint(BigInteger) - Static method in class net.razorvine.pickle.PickleUtils
Optimize a biginteger, if possible return a long primitive datatype.
out - Variable in class net.razorvine.pickle.Pickler
Output where the pickle data is written to.

P

peek() - Method in class net.razorvine.pickle.UnpickleStack
 
PERSID - Static variable in interface net.razorvine.pickle.Opcodes
 
persistentId(Object) - Method in class net.razorvine.pickle.Pickler
Hook for the persistent id feature where an object is replaced externally by an id
persistentLoad(Object) - Method in class net.razorvine.pickle.Unpickler
Hook for the persistent id feature where an id is replaced externally by the appropriate object.
pickle(Object, OutputStream, Pickler) - Method in interface net.razorvine.pickle.IObjectPickler
Pickle an object.
PickleException - Exception in net.razorvine.pickle
Exception thrown when something goes wrong with pickling or unpickling.
PickleException(String) - Constructor for exception net.razorvine.pickle.PickleException
 
PickleException(String, Throwable) - Constructor for exception net.razorvine.pickle.PickleException
 
Pickler - Class in net.razorvine.pickle
Pickle an object graph into a Python-compatible pickle stream.
Pickler() - Constructor for class net.razorvine.pickle.Pickler
Create a Pickler.
Pickler(boolean) - Constructor for class net.razorvine.pickle.Pickler
Create a Pickler.
Pickler(boolean, boolean) - Constructor for class net.razorvine.pickle.Pickler
Create a Pickler.
Pickler.Memo - Class in net.razorvine.pickle
A memoized object.
PickleUtils - Class in net.razorvine.pickle
Utility stuff for dealing with pickle data streams.
PickleUtils() - Constructor for class net.razorvine.pickle.PickleUtils
 
pop() - Method in class net.razorvine.pickle.UnpickleStack
 
POP - Static variable in interface net.razorvine.pickle.Opcodes
 
pop_all_since_marker() - Method in class net.razorvine.pickle.UnpickleStack
 
POP_MARK - Static variable in interface net.razorvine.pickle.Opcodes
 
PROTO - Static variable in interface net.razorvine.pickle.Opcodes
 
PROTOCOL - Variable in class net.razorvine.pickle.Pickler
The Python pickle protocol version of the pickles created by this library.
PUT - Static variable in interface net.razorvine.pickle.Opcodes
 
PythonException - Exception in net.razorvine.pickle
Exception thrown that represents a certain Python exception.
PythonException() - Constructor for exception net.razorvine.pickle.PythonException
 
PythonException(String) - Constructor for exception net.razorvine.pickle.PythonException
 
PythonException(String, byte[], Integer, Integer, String) - Constructor for exception net.razorvine.pickle.PythonException
 
PythonException(String, Throwable) - Constructor for exception net.razorvine.pickle.PythonException
 
PythonException(Throwable) - Constructor for exception net.razorvine.pickle.PythonException
 
pythonExceptionType - Variable in exception net.razorvine.pickle.PythonException
 
PYTZ - Static variable in class net.razorvine.pickle.objects.TimeZoneConstructor
 

R

rawStringFromBytes(byte[]) - Static method in class net.razorvine.pickle.PickleUtils
Construct a String from the given bytes where these are directly converted to the corresponding chars, without using a given character encoding
readbyte(InputStream) - Static method in class net.razorvine.pickle.PickleUtils
read a single unsigned byte
readbytes(InputStream, int) - Static method in class net.razorvine.pickle.PickleUtils
read a number of signed bytes
readbytes(InputStream, long) - Static method in class net.razorvine.pickle.PickleUtils
read a number of signed bytes
readbytes_into(InputStream, byte[], int, int) - Static method in class net.razorvine.pickle.PickleUtils
read a number of signed bytes into the specified location in an existing byte array
readline(InputStream) - Static method in class net.razorvine.pickle.PickleUtils
read a line of text, excluding the terminating LF char
readline(InputStream, boolean) - Static method in class net.razorvine.pickle.PickleUtils
read a line of text, possibly including the terminating LF char
READONLY_BUFFER - Static variable in interface net.razorvine.pickle.Opcodes
 
reconstruct(Object, Object) - Method in class net.razorvine.pickle.objects.TimeZoneConstructor
 
Reconstructor - Class in net.razorvine.pickle.objects
This constructor is called by the helper methods that pickle protocol 0 uses from the python copy_reg module to reconstruct c objects.
Reconstructor() - Constructor for class net.razorvine.pickle.objects.Reconstructor
 
recurse - Variable in class net.razorvine.pickle.Pickler
Current recursion level.
REDUCE - Static variable in interface net.razorvine.pickle.Opcodes
 
registerConstructor(String, String, IObjectConstructor) - Static method in class net.razorvine.pickle.Unpickler
Register additional object constructors for custom classes.
registerCustomDeconstructor(Class<?>, IObjectDeconstructor) - Static method in class net.razorvine.pickle.Pickler
Register custom object deconstructor for custom classes.
registerCustomPickler(Class<?>, IObjectPickler) - Static method in class net.razorvine.pickle.Pickler
Register additional object picklers for custom classes.

S

save(Object) - Method in class net.razorvine.pickle.Pickler
Pickle a single object and write its pickle representation to the output stream.
seconds - Variable in class net.razorvine.pickle.objects.Time
 
seconds - Variable in class net.razorvine.pickle.objects.TimeDelta
 
SetConstructor - Class in net.razorvine.pickle.objects
This object constructor creates sets.
SetConstructor() - Constructor for class net.razorvine.pickle.objects.SetConstructor
 
SETITEM - Static variable in interface net.razorvine.pickle.Opcodes
 
SETITEMS - Static variable in interface net.razorvine.pickle.Opcodes
 
SHORT_BINBYTES - Static variable in interface net.razorvine.pickle.Opcodes
 
SHORT_BINSTRING - Static variable in interface net.razorvine.pickle.Opcodes
 
SHORT_BINUNICODE - Static variable in interface net.razorvine.pickle.Opcodes
 
size() - Method in class net.razorvine.pickle.UnpickleStack
 
stack - Variable in class net.razorvine.pickle.Unpickler
The stack that is used for building the resulting object graph.
STACK_GLOBAL - Static variable in interface net.razorvine.pickle.Opcodes
 
STOP - Static variable in interface net.razorvine.pickle.Opcodes
 
str2bytes(String) - Static method in class net.razorvine.pickle.PickleUtils
Convert a string to a byte array, no encoding is used.
STRING - Static variable in interface net.razorvine.pickle.Opcodes
 
subtract(ComplexNumber) - Method in class net.razorvine.pickle.objects.ComplexNumber
 
subtract(ComplexNumber, ComplexNumber) - Static method in class net.razorvine.pickle.objects.ComplexNumber
 

T

Time - Class in net.razorvine.pickle.objects
Helper class to mimic the datetime.time Python object (holds a hours/minute/seconds/microsecond time).
Time(int, int, int, int) - Constructor for class net.razorvine.pickle.objects.Time
 
Time(long) - Constructor for class net.razorvine.pickle.objects.Time
 
TIME - Static variable in class net.razorvine.pickle.objects.DateTimeConstructor
 
TimeDelta - Class in net.razorvine.pickle.objects
Helper class to mimic the datetime.timedelta Python object (holds a days/seconds/microsec time difference).
TimeDelta(int, int, int) - Constructor for class net.razorvine.pickle.objects.TimeDelta
 
TIMEDELTA - Static variable in class net.razorvine.pickle.objects.DateTimeConstructor
 
TimeZoneConstructor - Class in net.razorvine.pickle.objects
 
TimeZoneConstructor(int) - Constructor for class net.razorvine.pickle.objects.TimeZoneConstructor
 
toString() - Method in class net.razorvine.pickle.objects.ComplexNumber
 
toString() - Method in class net.razorvine.pickle.objects.Time
 
toString() - Method in class net.razorvine.pickle.objects.TimeDelta
 
total_seconds - Variable in class net.razorvine.pickle.objects.TimeDelta
 
trim() - Method in class net.razorvine.pickle.UnpickleStack
 
TRUE - Static variable in interface net.razorvine.pickle.Opcodes
 
TUPLE - Static variable in interface net.razorvine.pickle.Opcodes
 
TUPLE1 - Static variable in interface net.razorvine.pickle.Opcodes
 
TUPLE2 - Static variable in interface net.razorvine.pickle.Opcodes
 
TUPLE3 - Static variable in interface net.razorvine.pickle.Opcodes
 
Tzinfo - Class in net.razorvine.pickle.objects
Timezone offset class that implements __setstate__ for the unpickler to track what TimeZone a dateutil.tz.tzoffset or tzutc should unpickle to
Tzinfo() - Constructor for class net.razorvine.pickle.objects.Tzinfo
 
Tzinfo(TimeZone) - Constructor for class net.razorvine.pickle.objects.Tzinfo
 
TZINFO - Static variable in class net.razorvine.pickle.objects.TimeZoneConstructor
 

U

UNICODE - Static variable in interface net.razorvine.pickle.Opcodes
 
Unpickler - Class in net.razorvine.pickle
Unpickles an object graph from a pickle data inputstream.
Unpickler() - Constructor for class net.razorvine.pickle.Unpickler
Create an unpickler.
UnpickleStack - Class in net.razorvine.pickle
Helper type that represents the unpickler working stack.
UnpickleStack() - Constructor for class net.razorvine.pickle.UnpickleStack
 
useMemo - Variable in class net.razorvine.pickle.Pickler
Use memoization or not.
UTC - Static variable in class net.razorvine.pickle.objects.TimeZoneConstructor
 

V

valueCompare - Variable in class net.razorvine.pickle.Pickler
When memoizing, compare objects by value.

W

writeMemo(Object) - Method in class net.razorvine.pickle.Pickler
Write the object to the memo table and output a memo write opcode Only works for hashable objects

_

__setstate__(HashMap<String, Object>) - Method in class net.razorvine.pickle.objects.ClassDict
for the unpickler to restore state
__setstate__(HashMap<String, Object>) - Method in class net.razorvine.pickle.objects.Tzinfo
called by the unpickler to restore state
__setstate__(HashMap<String, Object>) - Method in exception net.razorvine.pickle.PythonException
called by the unpickler to restore state
_pyroTraceback - Variable in exception net.razorvine.pickle.PythonException
 
A B C D E F G H I L M N O P R S T U V W _ 
All Classes All Packages