Namespace: Org.BouncyCastle.Bcpg
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public void ReadFully( byte[] buffer, int off, int len ) |
Visual Basic |
---|
Public Sub ReadFully ( _ buffer As Byte(), _ off As Integer, _ len As Integer _ ) |
Visual C++ |
---|
public: void ReadFully( array<unsigned char>^ buffer, int off, int len ) |
Parameters
- buffer
- Type: array<System..::..Byte>[]()[][]
- off
- Type: System..::..Int32
- len
- Type: System..::..Int32