ChunkedMemoryStream Properties |
The ChunkedMemoryStream type exposes the following members.
Name | Description | |
---|---|---|
CanRead |
When overridden in a derived class, gets a value indicating whether the current stream supports reading.
(Overrides StreamCanRead.) | |
CanSeek |
When overridden in a derived class, gets a value indicating whether the current stream supports seeking.
(Overrides StreamCanSeek.) | |
CanWrite |
When overridden in a derived class, gets a value indicating whether the current stream supports writing.
(Overrides StreamCanWrite.) | |
ChunkSize |
Gets or sets the size of the underlying chunks. Cannot be greater than or equal to 85000.
| |
FreeOnDispose |
Gets or sets a value indicating whether to free the underlying chunks on dispose.
| |
Length |
When overridden in a derived class, gets the length in bytes of the stream.
(Overrides StreamLength.) | |
Position |
When overridden in a derived class, gets or sets the position within the current stream.
(Overrides StreamPosition.) |