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

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

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

[Missing <param> documentation for "stream"]

buffer (Byte[]())

[Missing <param> documentation for "buffer"]

offset (Int32)

[Missing <param> documentation for "offset"]

count (Int32)

[Missing <param> documentation for "count"]

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