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