Read data from the buffer.
Namespace: Org.BouncyCastle.Crypto.TlsAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public void Read( byte[] buf, int offset, int len, int skip ) |
Visual Basic |
---|
Public Sub Read ( _ buf As Byte(), _ offset As Integer, _ len As Integer, _ skip As Integer _ ) |
Visual C++ |
---|
public: void Read( array<unsigned char>^ buf, int offset, int len, int skip ) |
Parameters
- buf
- Type: array<System..::..Byte>[]()[][]
The buffer where the read data will be copied to.
- offset
- Type: System..::..Int32
How many bytes to skip at the beginning of buf.
- len
- Type: System..::..Int32
How many bytes to read at all.
- skip
- Type: System..::..Int32
How many bytes from our data to skip.