LumiSoft Mail Server User API
ReadFully Method (stream, buffer)
Namespaces > ICSharpCode.SharpZipLib.Core > StreamUtils > ReadFully(Stream, Byte[]())

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Core.StreamUtils.ReadFully(System.IO.Stream,System.Byte[])]

Syntax
C#Visual BasicManaged C++
public static void ReadFully (
	Stream stream,
	byte[] buffer
)
Public Shared Sub ReadFully ( _
	stream As Stream, _
	buffer As Byte() _
)
public:
static void ReadFully (
	Stream^ stream, 
	array<unsigned char>^ buffer
)
Parameters
stream (Stream)

[Missing <param> documentation for "stream"]

buffer (Byte[]())

[Missing <param> documentation for "buffer"]

Assembly: ICSharpCode.SharpZipLib Version: 0.85.0.0 (Module: ICSharpCode.SharpZipLib)