Save This Page
Home » j2ssh-0.2.9-src » com.sshtools.j2ssh.io » [javadoc | source]
com.sshtools.j2ssh.io
class: DynamicBuffer.DynamicBufferInputStream [javadoc | source]
java.lang.Object
   java.io.InputStream
      com.sshtools.j2ssh.io.DynamicBuffer$DynamicBufferInputStream

All Implemented Interfaces:
    Closeable

Method from com.sshtools.j2ssh.io.DynamicBuffer$DynamicBufferInputStream Summary:
available,   close,   read,   read
Methods from java.io.InputStream:
available,   close,   mark,   markSupported,   read,   read,   read,   reset,   skip
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.sshtools.j2ssh.io.DynamicBuffer$DynamicBufferInputStream Detail:
 public int available() 
 public  void close() 
 public int read() throws IOException 
 public int read(byte[] data,
    int offset,
    int len) throws IOException