class HessianDebugState.BinaryState extends HessianDebugState.State
Modifier and Type | Field and Description |
---|---|
(package private) boolean |
_isLastChunk |
(package private) int |
_length |
(package private) int |
_lengthIndex |
(package private) int |
_totalLength |
(package private) char |
_typeCode |
_next
Constructor and Description |
---|
BinaryState(HessianDebugState.State next,
char typeCode,
boolean isLastChunk) |
BinaryState(HessianDebugState.State next,
char typeCode,
int length) |
BinaryState(HessianDebugState.State next,
char typeCode,
int length,
boolean isLastChunk) |
Modifier and Type | Method and Description |
---|---|
(package private) HessianDebugState.State |
next(int ch) |
depth, isShift, nextObject, print, print, printIndent, println, println, println, printObject, shift
char _typeCode
int _totalLength
int _lengthIndex
int _length
boolean _isLastChunk
BinaryState(HessianDebugState.State next, char typeCode, boolean isLastChunk)
BinaryState(HessianDebugState.State next, char typeCode, int length)
BinaryState(HessianDebugState.State next, char typeCode, int length, boolean isLastChunk)
HessianDebugState.State next(int ch)
next
in class HessianDebugState.State