C# Class BitSharper.IO.StreamExtensions

Afficher le fichier Open project: TangibleCryptography/BitSharper

Méthodes publiques

Méthode Description
Read ( this stream ) : int
Read ( this stream, byte buffer ) : int
Write ( this stream, byte data ) : void

Method Details

Read() public static méthode

public static Read ( this stream ) : int
stream this
Résultat int

Read() public static méthode

public static Read ( this stream, byte buffer ) : int
stream this
buffer byte
Résultat int

Write() public static méthode

public static Write ( this stream, byte data ) : void
stream this
data byte
Résultat void