com.mindbright.ssh
Class SSHDataInputStream

java.lang.Object
  extended byjava.io.InputStream
      extended byjava.io.FilterInputStream
          extended byjava.io.DataInputStream
              extended bycom.mindbright.ssh.SSHDataInputStream
All Implemented Interfaces:
java.io.DataInput
Direct Known Subclasses:
SSHPduInputStream

public class SSHDataInputStream
extends java.io.DataInputStream


Field Summary
 
Fields inherited from class java.io.FilterInputStream
in
 
Method Summary
 java.math.BigInteger readBigInteger()
           
 java.lang.String readString()
           
 byte[] readStringAsBytes()
           
 
Methods inherited from class java.io.DataInputStream
read, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, readUTF, skipBytes
 
Methods inherited from class java.io.FilterInputStream
available, close, mark, markSupported, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

readBigInteger

public java.math.BigInteger readBigInteger()
                                    throws java.io.IOException
Throws:
java.io.IOException

readString

public java.lang.String readString()
                            throws java.io.IOException
Throws:
java.io.IOException

readStringAsBytes

public byte[] readStringAsBytes()
                         throws java.io.IOException
Throws:
java.io.IOException