com.caucho.hessian.io
Class HessianDebugState.StringState
java.lang.Object
com.caucho.hessian.io.HessianDebugState.State
com.caucho.hessian.io.HessianDebugState.StringState
- Enclosing class:
- HessianDebugState
class HessianDebugState.StringState
- 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 |
TOP
private static final int TOP
- See Also:
- Constant Field Values
UTF_2_1
private static final int UTF_2_1
- See Also:
- Constant Field Values
UTF_3_1
private static final int UTF_3_1
- See Also:
- Constant Field Values
UTF_3_2
private static final int UTF_3_2
- See Also:
- Constant Field Values
_typeCode
char _typeCode
_value
java.lang.StringBuilder _value
_lengthIndex
int _lengthIndex
_length
int _length
_isLastChunk
boolean _isLastChunk
_utfState
int _utfState
_ch
char _ch
HessianDebugState.StringState
HessianDebugState.StringState(HessianDebugState.State next,
char typeCode,
boolean isLastChunk)
HessianDebugState.StringState
HessianDebugState.StringState(HessianDebugState.State next,
char typeCode,
int length)
HessianDebugState.StringState
HessianDebugState.StringState(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.