Namespace: Org.BouncyCastle.Bcpg.OpenPgp
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public void Update(
	byte[] bytes,
	int off,
	int length
)
Visual Basic
Public Sub Update ( _
	bytes As Byte(), _
	off As Integer, _
	length As Integer _
)
Visual C++
public:
void Update(
	array<unsigned char>^ bytes, 
	int off, 
	int length
)

Parameters

bytes
Type: array<System..::..Byte>[]()[][]
off
Type: System..::..Int32
length
Type: System..::..Int32

See Also