|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsynergynetframework.appsystem.contentsystem.items.utils.vnc.InStream
synergynetframework.appsystem.contentsystem.items.utils.vnc.ZlibInStream
public class ZlibInStream
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 |
|---|
public ZlibInStream()
public ZlibInStream(int bufSize_)
bufSize_ - the buf size_| Method Detail |
|---|
public int pos()
InStream
pos in class InStream
public void reset()
throws java.lang.Exception
java.lang.Exception - the exception
public void setUnderlying(InStream is,
int bytesIn_)
is - the isbytesIn_ - the bytes in_
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||