|
|||||||||
| Home >> All >> com >> k_int >> codec >> [ runtime overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.k_int.codec.runtime
Class CodecStackInfo

java.lang.Objectcom.k_int.codec.runtime.CodecStackInfo
- public class CodecStackInfo
- extends java.lang.Object
| Field Summary | |
int |
bytes_processed
|
int |
content_length
|
int |
contents_offset
|
boolean |
is_constructed
|
boolean |
is_indefinite_length
|
int |
len_offset
|
int |
lenlen
|
| Constructor Summary | |
CodecStackInfo()
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
len_offset
public int len_offset
contents_offset
public int contents_offset
lenlen
public int lenlen
content_length
public int content_length
bytes_processed
public int bytes_processed
is_constructed
public boolean is_constructed
is_indefinite_length
public boolean is_indefinite_length
| Constructor Detail |
CodecStackInfo
public CodecStackInfo()
|
|||||||||
| Home >> All >> com >> k_int >> codec >> [ runtime overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.k_int.codec.runtime.CodecStackInfo