Remove some bytes from our data from the beginning.

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

Syntax

C#
public void RemoveData(
	int i
)
Visual Basic
Public Sub RemoveData ( _
	i As Integer _
)
Visual C++
public:
void RemoveData(
	int i
)

Parameters

i
Type: System..::..Int32
How many bytes to remove.

See Also