Package net.razorvine.pickle
Interface Opcodes
-
public interface OpcodesPickle opcodes. Taken from Python's stdlib pickle.py.- Author:
- Irmen de Jong (irmen@razorvine.net)
-
-
Field Summary
Fields Modifier and Type Field Description static shortADDITEMSstatic shortAPPENDstatic shortAPPENDSstatic shortBINBYTESstatic shortBINBYTES8static shortBINFLOATstatic shortBINGETstatic shortBININTstatic shortBININT1static shortBININT2static shortBINPERSIDstatic shortBINPUTstatic shortBINSTRINGstatic shortBINUNICODEstatic shortBINUNICODE8static shortBUILDstatic shortBYTEARRAY8static shortDICTstatic shortDUPstatic shortEMPTY_DICTstatic shortEMPTY_LISTstatic shortEMPTY_SETstatic shortEMPTY_TUPLEstatic shortEXT1static shortEXT2static shortEXT4static java.lang.StringFALSEstatic shortFLOATstatic shortFRAMEstatic shortFROZENSETstatic shortGETstatic shortGLOBALstatic shortINSTstatic shortINTstatic shortLISTstatic shortLONGstatic shortLONG_BINGETstatic shortLONG_BINPUTstatic shortLONG1static shortLONG4static shortMARKstatic shortMEMOIZEstatic shortNEWFALSEstatic shortNEWOBJstatic shortNEWOBJ_EXstatic shortNEWTRUEstatic shortNEXT_BUFFERstatic shortNONEstatic shortOBJstatic shortPERSIDstatic shortPOPstatic shortPOP_MARKstatic shortPROTOstatic shortPUTstatic shortREADONLY_BUFFERstatic shortREDUCEstatic shortSETITEMstatic shortSETITEMSstatic shortSHORT_BINBYTESstatic shortSHORT_BINSTRINGstatic shortSHORT_BINUNICODEstatic shortSTACK_GLOBALstatic shortSTOPstatic shortSTRINGstatic java.lang.StringTRUEstatic shortTUPLEstatic shortTUPLE1static shortTUPLE2static shortTUPLE3static shortUNICODE
-
-
-
Field Detail
-
MARK
static final short MARK
- See Also:
- Constant Field Values
-
STOP
static final short STOP
- See Also:
- Constant Field Values
-
POP
static final short POP
- See Also:
- Constant Field Values
-
POP_MARK
static final short POP_MARK
- See Also:
- Constant Field Values
-
DUP
static final short DUP
- See Also:
- Constant Field Values
-
FLOAT
static final short FLOAT
- See Also:
- Constant Field Values
-
INT
static final short INT
- See Also:
- Constant Field Values
-
BININT
static final short BININT
- See Also:
- Constant Field Values
-
BININT1
static final short BININT1
- See Also:
- Constant Field Values
-
LONG
static final short LONG
- See Also:
- Constant Field Values
-
BININT2
static final short BININT2
- See Also:
- Constant Field Values
-
NONE
static final short NONE
- See Also:
- Constant Field Values
-
PERSID
static final short PERSID
- See Also:
- Constant Field Values
-
BINPERSID
static final short BINPERSID
- See Also:
- Constant Field Values
-
REDUCE
static final short REDUCE
- See Also:
- Constant Field Values
-
STRING
static final short STRING
- See Also:
- Constant Field Values
-
BINSTRING
static final short BINSTRING
- See Also:
- Constant Field Values
-
SHORT_BINSTRING
static final short SHORT_BINSTRING
- See Also:
- Constant Field Values
-
UNICODE
static final short UNICODE
- See Also:
- Constant Field Values
-
BINUNICODE
static final short BINUNICODE
- See Also:
- Constant Field Values
-
APPEND
static final short APPEND
- See Also:
- Constant Field Values
-
BUILD
static final short BUILD
- See Also:
- Constant Field Values
-
GLOBAL
static final short GLOBAL
- See Also:
- Constant Field Values
-
DICT
static final short DICT
- See Also:
- Constant Field Values
-
EMPTY_DICT
static final short EMPTY_DICT
- See Also:
- Constant Field Values
-
APPENDS
static final short APPENDS
- See Also:
- Constant Field Values
-
GET
static final short GET
- See Also:
- Constant Field Values
-
BINGET
static final short BINGET
- See Also:
- Constant Field Values
-
INST
static final short INST
- See Also:
- Constant Field Values
-
LONG_BINGET
static final short LONG_BINGET
- See Also:
- Constant Field Values
-
LIST
static final short LIST
- See Also:
- Constant Field Values
-
EMPTY_LIST
static final short EMPTY_LIST
- See Also:
- Constant Field Values
-
OBJ
static final short OBJ
- See Also:
- Constant Field Values
-
PUT
static final short PUT
- See Also:
- Constant Field Values
-
BINPUT
static final short BINPUT
- See Also:
- Constant Field Values
-
LONG_BINPUT
static final short LONG_BINPUT
- See Also:
- Constant Field Values
-
SETITEM
static final short SETITEM
- See Also:
- Constant Field Values
-
TUPLE
static final short TUPLE
- See Also:
- Constant Field Values
-
EMPTY_TUPLE
static final short EMPTY_TUPLE
- See Also:
- Constant Field Values
-
SETITEMS
static final short SETITEMS
- See Also:
- Constant Field Values
-
BINFLOAT
static final short BINFLOAT
- See Also:
- Constant Field Values
-
TRUE
static final java.lang.String TRUE
- See Also:
- Constant Field Values
-
FALSE
static final java.lang.String FALSE
- See Also:
- Constant Field Values
-
PROTO
static final short PROTO
- See Also:
- Constant Field Values
-
NEWOBJ
static final short NEWOBJ
- See Also:
- Constant Field Values
-
EXT1
static final short EXT1
- See Also:
- Constant Field Values
-
EXT2
static final short EXT2
- See Also:
- Constant Field Values
-
EXT4
static final short EXT4
- See Also:
- Constant Field Values
-
TUPLE1
static final short TUPLE1
- See Also:
- Constant Field Values
-
TUPLE2
static final short TUPLE2
- See Also:
- Constant Field Values
-
TUPLE3
static final short TUPLE3
- See Also:
- Constant Field Values
-
NEWTRUE
static final short NEWTRUE
- See Also:
- Constant Field Values
-
NEWFALSE
static final short NEWFALSE
- See Also:
- Constant Field Values
-
LONG1
static final short LONG1
- See Also:
- Constant Field Values
-
LONG4
static final short LONG4
- See Also:
- Constant Field Values
-
BINBYTES
static final short BINBYTES
- See Also:
- Constant Field Values
-
SHORT_BINBYTES
static final short SHORT_BINBYTES
- See Also:
- Constant Field Values
-
SHORT_BINUNICODE
static final short SHORT_BINUNICODE
- See Also:
- Constant Field Values
-
BINUNICODE8
static final short BINUNICODE8
- See Also:
- Constant Field Values
-
BINBYTES8
static final short BINBYTES8
- See Also:
- Constant Field Values
-
EMPTY_SET
static final short EMPTY_SET
- See Also:
- Constant Field Values
-
ADDITEMS
static final short ADDITEMS
- See Also:
- Constant Field Values
-
FROZENSET
static final short FROZENSET
- See Also:
- Constant Field Values
-
MEMOIZE
static final short MEMOIZE
- See Also:
- Constant Field Values
-
FRAME
static final short FRAME
- See Also:
- Constant Field Values
-
NEWOBJ_EX
static final short NEWOBJ_EX
- See Also:
- Constant Field Values
-
STACK_GLOBAL
static final short STACK_GLOBAL
- See Also:
- Constant Field Values
-
BYTEARRAY8
static final short BYTEARRAY8
- See Also:
- Constant Field Values
-
NEXT_BUFFER
static final short NEXT_BUFFER
- See Also:
- Constant Field Values
-
READONLY_BUFFER
static final short READONLY_BUFFER
- See Also:
- Constant Field Values
-
-