ReadFully Method

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

StreamUtils.ReadFully Method

Read from a Stream ensuring all the required data is read.

Overload List

Read from a Stream ensuring all the required data is read.

public static void ReadFully(Stream,byte[]);

Read from a Stream" ensuring all the required data is read.

public static void ReadFully(Stream,byte[],int,int);

See Also

StreamUtils Class | ICSharpCode.SharpZipLib.Core Namespace