SliceStream.this

Indicate both the source stream to use for reading from and the low part of the slice.

The high part of the slice is dependent upon the end of the source stream, so that if you write beyond the end it resizes the stream normally.

  1. this(Stream s, ulong low)
    class SliceStream
    this
    (,
    ulong low
    )
  2. this(Stream s, ulong low, ulong high)

Meta