Name | Description | |
---|---|---|
BeginRead | (Inherited from System.IO.Stream) | |
BeginWrite | (Inherited from FormattedCompressedStream) | |
Close | (Inherited from FormattedCompressedStream) | |
Compress | Overloaded. Compresses an array of bytes using the LZMA compression format and CompressionLevel.Highest. | |
CopyTo | Overloaded. (Inherited from FormattedCompressedStream) | |
CopyToAsync | Overloaded. (Inherited from FormattedCompressedStream) | |
CreateObjRef | (Inherited from FormattedCompressedStream) | |
Decompress | Overloaded. Decompresses an array of LZMA formatted compressed bytes. | |
Dispose | Overloaded. Releases all resources used by the FormattedCompressedStream. (Inherited from FormattedCompressedStream) | |
EndRead | (Inherited from FormattedCompressedStream) | |
EndWrite | (Inherited from FormattedCompressedStream) | |
Flush | Clears all buffers for this stream and causes any buffered data to be written to the underlying compressed stream. (Inherited from FormattedCompressedStream) | |
FlushAsync | Overloaded. (Inherited from FormattedCompressedStream) | |
GetLifetimeService | (Inherited from FormattedCompressedStream) | |
InitializeLifetimeService | (Inherited from FormattedCompressedStream) | |
Read | Reads a sequence of bytes from the current stream and advances the position within the stream by the number of bytes read. (Inherited from FormattedCompressedStream) | |
ReadAsync | Overloaded. (Inherited from FormattedCompressedStream) | |
ReadByte | (Inherited from FormattedCompressedStream) | |
Seek | Sets the position within the current stream. (Inherited from FormattedCompressedStream) | |
SetLength | Sets the length of the current stream. (Inherited from FormattedCompressedStream) | |
Write | Writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written. (Inherited from FormattedCompressedStream) | |
WriteAsync | Overloaded. (Inherited from FormattedCompressedStream) | |
WriteByte | (Inherited from FormattedCompressedStream) |