Namespace: Org.BouncyCastle.Utilities.IO
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# | 
|---|
public override int Read( byte[] buffer, int offset, int count )  | 
| Visual Basic | 
|---|
Public Overrides Function Read ( _ buffer As Byte(), _ offset As Integer, _ count As Integer _ ) As Integer  | 
| Visual C++ | 
|---|
public: virtual int Read( array<unsigned char>^ buffer, int offset, int count ) override  | 
Parameters
- buffer
 - Type: array<System..::..Byte>[]()[][]
 
- offset
 - Type: System..::..Int32
 
- count
 - Type: System..::..Int32