Class StreamByteBuffer
Inheritance
StreamByteBuffer
Assembly: cs.temp.dll.dll
Syntax
public sealed class StreamByteBuffer : IByteBuffer
Constructors
StreamByteBuffer(Stream, Int64, Int64)
Declaration
public StreamByteBuffer(Stream stream, long position, long length)
Parameters
Type |
Name |
Description |
Stream |
stream |
|
Int64 |
position |
|
Int64 |
length |
|
Properties
Data
Declaration
public byte[] Data { get; }
Property Value
IsMemory
Declaration
public bool IsMemory { get; }
Property Value
Position
Declaration
public long Position { get; }
Property Value
Size
Declaration
public long Size { get; }
Property Value
Stream
Declaration
public Stream Stream { get; }
Property Value
Methods
GetByteRange(Int64, Int32)
Declaration
public byte[] GetByteRange(long offset, int count)
Parameters
Returns
Implements