Namespace: Org.BouncyCastle.Utilities.IO
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public override sealed void Write(
	byte[] buffer,
	int offset,
	int count
)
Visual Basic
Public Overrides NotOverridable Sub Write ( _
	buffer As Byte(), _
	offset As Integer, _
	count As Integer _
)
Visual C++
public:
virtual void Write(
	array<unsigned char>^ buffer, 
	int offset, 
	int count
) override sealed

Parameters

buffer
Type: array<System..::..Byte>[]()[][]
offset
Type: System..::..Int32
count
Type: System..::..Int32

See Also