SshDataStream
Specialized  MemoryStream for reading and writing data SSH data.
            
                
Gets a value indicating whether all data from the SSH data stream has been read.
            
Initializes a new instance of the  SshDataStream class with an expandable capacity initialized
            as specified.
            
Initializes a new instance of the  SshDataStream class for the specified byte array.
            
Initializes a new instance of the  SshDataStream class for the specified byte array.
            
Reads a  BigInteger from the SSH datastream.
            
Reads a byte array from the SSH data stream.
            
Reads the next  String data type from the SSH data stream.
            
Reads the next  UInt16 data type from the SSH data stream.
            
Reads the next  UInt32 data type from the SSH data stream.
            
Reads the next  UInt64 data type from the SSH data stream.
            
Writes an  UInt32 to the SSH data stream.
            
Writes an  UInt64 to the SSH data stream.
            
Writes a  BigInteger into the SSH data stream.
            
Writes bytes array data into the SSH data stream.
            
Writes string data to the SSH data stream using the specified encoding.
            
Writes a buffer preceded by its length into the SSH data stream.
            
Writes a buffer preceded by its length into the SSH data stream.