com.caucho.hessian.io
Class HessianDebugState.BinaryState
java.lang.Object
com.caucho.hessian.io.HessianDebugState.State
com.caucho.hessian.io.HessianDebugState.BinaryState
- Enclosing class:
- HessianDebugState
class HessianDebugState.BinaryState
- extends HessianDebugState.State
Methods inherited from class com.caucho.hessian.io.HessianDebugState.State |
depth, isShift, nextObject, print, print, printIndent, println, println, println, printObject, shift |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_typeCode
char _typeCode
_totalLength
int _totalLength
_lengthIndex
int _lengthIndex
_length
int _length
_isLastChunk
boolean _isLastChunk
HessianDebugState.BinaryState
HessianDebugState.BinaryState(HessianDebugState.State next,
char typeCode,
boolean isLastChunk)
HessianDebugState.BinaryState
HessianDebugState.BinaryState(HessianDebugState.State next,
char typeCode,
int length)
HessianDebugState.BinaryState
HessianDebugState.BinaryState(HessianDebugState.State next,
char typeCode,
int length,
boolean isLastChunk)
next
HessianDebugState.State next(int ch)
- Specified by:
next
in class HessianDebugState.State
Copyright 2003-2011. All Rights Reserved.