The following tables list the members exposed by IOStream.
Name | Description | |
---|---|---|
![]() ![]() | Compress | Overloaded. Compress the existing file using an in-place replace. |
![]() ![]() | CopyStream | Overloaded. Copy the entire input stream to the provided output stream, input stream will be disposed |
![]() ![]() | Decompress | Overloaded. Decompress the existing file using an in-place replace. |
![]() ![]() | Read | Overloaded. Reads a the number of bytes specified or throws IOException |
![]() ![]() | ReadAllBytes | Reads all of the bytes from the input stream, input stream will be disposed |
![]() ![]() | ReadAllText | Reads all of the bytes from the input stream, input stream will be disposed |
![]() ![]() | ReadChunk | Overloaded. Attempts to read the number of bytes specified and returns the actual count |