i2p.susi.util
Class ReadBuffer

java.lang.Object
  extended by i2p.susi.util.ReadBuffer

public class ReadBuffer
extends Object

Author:
susi

Field Summary
 byte[] content
           
 int length
           
 int offset
           
 
Constructor Summary
ReadBuffer(byte[] content, int offset, int length)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

content

public final byte[] content

length

public final int length

offset

public final int offset
Constructor Detail

ReadBuffer

public ReadBuffer(byte[] content,
                  int offset,
                  int length)
Method Detail

toString

public String toString()
Overrides:
toString in class Object