C# Class Zen.DataStore.IOHelpers

Mostrar archivo Open project: holinov/Zen.Core

Public Methods

Method Description
ReadFully ( Stream input ) : byte[]
ReadToEnd ( Stream stream ) : byte[]

Method Details

ReadFully() public static method

public static ReadFully ( Stream input ) : byte[]
input Stream
return byte[]

ReadToEnd() public static method

public static ReadToEnd ( Stream stream ) : byte[]
stream Stream
return byte[]