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

All Implemented Interfaces:
    Closeable, Flushable

Method from com.sshtools.j2ssh.io.DynamicBuffer$DynamicBufferOutputStream Summary:
close,   flush,   write,   write
Methods from java.io.OutputStream:
close,   flush,   write,   write,   write
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.sshtools.j2ssh.io.DynamicBuffer$DynamicBufferOutputStream Detail:
 public  void close() 
 public  void flush() throws IOException 
 public  void write(int b) throws IOException 
 public  void write(byte[] data,
    int offset,
    int len) throws IOException