Renci.SshNet.Common.SshDataStream.SshDataStream C# (CSharp) Method

SshDataStream() public method

Initializes a new non-resizable instance of the SshDataStream class based on the specified byte array.
is null.
public SshDataStream ( byte buffer ) : System
buffer byte The array of unsigned bytes from which to create the current stream.
return System
        public SshDataStream(byte[] buffer)
            : base(buffer)
        {
        }

Same methods

SshDataStream::SshDataStream ( byte buffer, int offset, int count ) : System
SshDataStream::SshDataStream ( int capacity ) : System