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

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

public class ZlibInStream
extends InStream

The Class ZlibInStream.


Field Summary
 
Fields inherited from class synergynetframework.appsystem.contentsystem.items.utils.vnc.InStream
maxStringLength
 
Constructor Summary
ZlibInStream()
          Instantiates a new zlib in stream.
ZlibInStream(int bufSize_)
          Instantiates a new zlib in stream.
 
Method Summary
 int pos()
          Pos.
 void reset()
          Reset.
 void setUnderlying(InStream is, int bytesIn_)
          Sets the underlying.
 
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

ZlibInStream

public ZlibInStream()
Instantiates a new zlib in stream.


ZlibInStream

public ZlibInStream(int bufSize_)
Instantiates a new zlib in stream.

Parameters:
bufSize_ - the buf size_
Method Detail

pos

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

Specified by:
pos in class InStream
Returns:
the int

reset

public void reset()
           throws java.lang.Exception
Reset.

Throws:
java.lang.Exception - the exception

setUnderlying

public void setUnderlying(InStream is,
                          int bytesIn_)
Sets the underlying.

Parameters:
is - the is
bytesIn_ - the bytes in_