TruncatedStream constructor

Creates a new truncated stream.

public TruncatedStream(Stream stream, long length, Ownership ownership)
parameter description
length The length of the truncated stream.
stream The base stream.
ownership The ownership of the base stream.

See Also