Uses of Class
net.rdr.InStream

Packages that use InStream
net.rdr   
net.rfb   
 

Uses of InStream in net.rdr
 

Subclasses of InStream in net.rdr
 class JavaInStream
           
 class MemInStream
           
 class ZlibInStream
           
 

Methods in net.rdr with parameters of type InStream
 void ZlibInStream.setUnderlying(InStream is, int bytesIn_)
           
 

Uses of InStream in net.rfb
 

Methods in net.rfb that return InStream
 InStream CMsgReader.getInStream()
           
 InStream CConnection.getInStream()
           
 

Methods in net.rfb with parameters of type InStream
 void PixelFormat.read(InStream is)
           
 boolean ConnParams.readVersion(InStream is)
           
 void CConnection.setStreams(InStream is_, OutStream os_)
           
 

Constructors in net.rfb with parameters of type InStream
CMsgReaderV3(CMsgHandler handler_, InStream is_)