C# Class Zen.DataStore.IOHelpers

Afficher le fichier Open project: holinov/Zen.Core

Méthodes publiques

Méthode Description
ReadFully ( Stream input ) : byte[]
ReadToEnd ( Stream stream ) : byte[]

Method Details

ReadFully() public static méthode

public static ReadFully ( Stream input ) : byte[]
input Stream
Résultat byte[]

ReadToEnd() public static méthode

public static ReadToEnd ( Stream stream ) : byte[]
stream Stream
Résultat byte[]