Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.k_int.codec.runtime
Class CodecStackInfo  view CodecStackInfo download CodecStackInfo.java

java.lang.Object
  extended bycom.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()