C# Class XSpect.Extension.StreamUtil

Afficher le fichier Open project: takeshik/linx

Méthodes publiques

Méthode Description
Read ( this stream, Byte buffer ) : Int32
ReadAll ( this stream ) : Byte[]
ReadAll ( this stream, Int32 bufferSize ) : Byte[]
Write ( this stream, Byte buffer ) : void

Method Details

Read() public static méthode

public static Read ( this stream, Byte buffer ) : Int32
stream this
buffer Byte
Résultat System.Int32

ReadAll() public static méthode

public static ReadAll ( this stream ) : Byte[]
stream this
Résultat Byte[]

ReadAll() public static méthode

public static ReadAll ( this stream, Int32 bufferSize ) : Byte[]
stream this
bufferSize System.Int32
Résultat Byte[]

Write() public static méthode

public static Write ( this stream, Byte buffer ) : void
stream this
buffer Byte
Résultat void