[This is preliminary documentation and is subject to change.]
Author: Đonny
Implements stream that reads only part of base stream
Namespace: Tools.IOtAssembly: 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
System..::..MarshalByRefObject
System.IO..::..Stream
Tools.IOt..::..ConstrainedReadOnlyStream
See Also
Version History
1.5.2
- (Alpha) VersionAttribute and AuthorAttribute removed