net.rdr
Class MemInStream

java.lang.Object
  extended by net.rdr.InStream
      extended by net.rdr.MemInStream

public class MemInStream
extends InStream


Field Summary
 
Fields inherited from class net.rdr.InStream
maxStringLength
 
Constructor Summary
MemInStream(byte[] data, int offset, int len)
           
 
Method Summary
 int pos()
           
 
Methods inherited from class net.rdr.InStream
bytesAvailable, check, check, getbuf, getend, getptr, readBytes, readOpaque16, readOpaque24A, readOpaque24B, readOpaque32, readOpaque8, readS16, readS32, readS8, readString, readU16, readU32, readU8, setptr, skip
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MemInStream

public MemInStream(byte[] data,
                   int offset,
                   int len)
Method Detail

pos

public int pos()
Specified by:
pos in class InStream