[This is preliminary documentation and is subject to change.]

Author: Đonny

Implements stream that reads only part of base stream

Namespace: Tools.IOt
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public class ConstrainedReadOnlyStream : Stream, 
	IReadOnlyIndexableWithRange<byte, long>
Visual Basic
Public Class ConstrainedReadOnlyStream _
	Inherits Stream _
	Implements IReadOnlyIndexableWithRange(Of Byte, Long)
Visual C++
public ref class ConstrainedReadOnlyStream : public Stream, 
	IReadOnlyIndexableWithRange<unsigned char, long long>
F#
type ConstrainedReadOnlyStream =  
    class
        inherit Stream
        interface IReadOnlyIndexableWithRange<byte, int64>
    end
JScript
public class ConstrainedReadOnlyStream extends Stream implements IReadOnlyIndexableWithRange<byte, long>

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.IO..::..Stream
      Tools.IOt..::..ConstrainedReadOnlyStream

See Also

Collapse/expand Version History

1.5.2