Mime4.net Home | Community Edition | Order | Usage examples | Feedback
ReadByteStream Read Method MIME4NET Class Library Documentation

Namespace: NI.Email.Mime.IO
Assembly: NI.Email.Mime (in NI.Email.Mime.dll) Version: 1.8.5168.22709
Syntax

public override int Read(
	byte[] b,
	int off,
	int len
)

Parameters

b
Type:  System Byte 

[Missing <param name="b"/> documentation for "M:NI.Email.Mime.IO.ReadByteStream.Read(System.Byte[],System.Int32,System.Int32)"]

off
Type: System Int32

[Missing <param name="off"/> documentation for "M:NI.Email.Mime.IO.ReadByteStream.Read(System.Byte[],System.Int32,System.Int32)"]

len
Type: System Int32

[Missing <param name="len"/> documentation for "M:NI.Email.Mime.IO.ReadByteStream.Read(System.Byte[],System.Int32,System.Int32)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:NI.Email.Mime.IO.ReadByteStream.Read(System.Byte[],System.Int32,System.Int32)"]

See Also