Namespace: Org.BouncyCastle.Crypto.Tls
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public override int Read(
	byte[] buf,
	int offset,
	int len
)
Visual Basic
Public Overrides Function Read ( _
	buf As Byte(), _
	offset As Integer, _
	len As Integer _
) As Integer
Visual C++
public:
virtual int Read(
	array<unsigned char>^ buf, 
	int offset, 
	int len
) override

Parameters

buf
Type: array<System..::..Byte>[]()[][]
offset
Type: System..::..Int32
len
Type: System..::..Int32

See Also