com.caucho.hessian.io
Class HessianDebugState.BinaryState

java.lang.Object
  extended by com.caucho.hessian.io.HessianDebugState.State
      extended by com.caucho.hessian.io.HessianDebugState.BinaryState
Enclosing class:
HessianDebugState

 class HessianDebugState.BinaryState
extends HessianDebugState.State


Field Summary
(package private)  boolean _isLastChunk
           
(package private)  int _length
           
(package private)  int _lengthIndex
           
(package private)  int _totalLength
           
(package private)  char _typeCode
           
 
Fields inherited from class com.caucho.hessian.io.HessianDebugState.State
_next
 
Constructor Summary
HessianDebugState.BinaryState(HessianDebugState.State next, char typeCode, boolean isLastChunk)
           
HessianDebugState.BinaryState(HessianDebugState.State next, char typeCode, int length)
           
 
Method Summary
(package private)  HessianDebugState.State next(int ch)
           
 
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
 

Field Detail

_typeCode

char _typeCode

_totalLength

int _totalLength

_lengthIndex

int _lengthIndex

_length

int _length

_isLastChunk

boolean _isLastChunk
Constructor Detail

HessianDebugState.BinaryState

HessianDebugState.BinaryState(HessianDebugState.State next,
                              char typeCode,
                              boolean isLastChunk)

HessianDebugState.BinaryState

HessianDebugState.BinaryState(HessianDebugState.State next,
                              char typeCode,
                              int length)
Method Detail

next

HessianDebugState.State next(int ch)
Specified by:
next in class HessianDebugState.State