C# Class BitSharper.IO.StreamExtensions

Datei anzeigen Open project: TangibleCryptography/BitSharper

Public Methods

Method Description
Read ( this stream ) : int
Read ( this stream, byte buffer ) : int
Write ( this stream, byte data ) : void

Method Details

Read() public static method

public static Read ( this stream ) : int
stream this
return int

Read() public static method

public static Read ( this stream, byte buffer ) : int
stream this
buffer byte
return int

Write() public static method

public static Write ( this stream, byte data ) : void
stream this
data byte
return void