Indicate both the source stream to use for reading from and the low part of the slice.
Indicate the high index as well.
Property indicating when this stream closes to close the source stream as well. Defaults to true.
Get the current source stream.
Set the current source stream.
Indicates the source stream changed state and that this stream should reset any readable, writeable, seekable, isopen and buffering flags.
This subclass slices off a portion of another stream, making seeking relative to the boundaries of the slice.
It could be used to section a large file into a set of smaller files, such as with tar archives. Reading and writing a SliceStream does not modify the position of the source stream if it is seekable.