synergynetframework.appsystem.contentsystem.items.utils.vnc
Class MemInStream

java.lang.Object
  extended by synergynetframework.appsystem.contentsystem.items.utils.vnc.InStream
      extended by synergynetframework.appsystem.contentsystem.items.utils.vnc.MemInStream

public class MemInStream
extends InStream

The Class MemInStream.


Field Summary
 
Fields inherited from class synergynetframework.appsystem.contentsystem.items.utils.vnc.InStream
maxStringLength
 
Constructor Summary
MemInStream(byte[] data, int offset, int len)
          Instantiates a new mem in stream.
 
Method Summary
 int pos()
          Pos.
 
Methods inherited from class synergynetframework.appsystem.contentsystem.items.utils.vnc.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)
Instantiates a new mem in stream.

Parameters:
data - the data
offset - the offset
len - the len
Method Detail

pos

public int pos()
Description copied from class: InStream
Pos.

Specified by:
pos in class InStream
Returns:
the int