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 static int ReadFully( Stream inStr, byte[] buf, int off, int len ) |
Visual Basic |
---|
Public Shared Function ReadFully ( _ inStr As Stream, _ buf As Byte(), _ off As Integer, _ len As Integer _ ) As Integer |
Visual C++ |
---|
public: static int ReadFully( Stream^ inStr, array<unsigned char>^ buf, int off, int len ) |
Parameters
- inStr
- Type: System.IO..::..Stream
- buf
- Type: array<System..::..Byte>[]()[][]
- off
- Type: System..::..Int32
- len
- Type: System..::..Int32