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 sealed int Read( byte[] buffer, int offset, int count ) |
Visual Basic |
---|
Public Overrides NotOverridable 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 sealed |
Parameters
- buffer
- Type: array<System..::..Byte>[]()[][]
- offset
- Type: System..::..Int32
- count
- Type: System..::..Int32