Class InputStreamInStream

Hierarchy: Object , InputStreamInStream
All Implemented Interfaces: InStream
public class InputStreamInStream
implements InStream
An adapter to allow an InputStream to be used as an InStream
public InputStreamInStream(InputStream is)
public void read(byte[] buf)