Class RangeByteBuffer
Inheritance
RangeByteBuffer
Assembly: cs.temp.dll.dll
Syntax
public class RangeByteBuffer : IByteBuffer
Constructors
RangeByteBuffer(IByteBuffer, Int64, Int32)
Declaration
public RangeByteBuffer(IByteBuffer buffer, long offset, int length)
Parameters
Properties
Data
Declaration
public byte[] Data { get; }
Property Value
Internal
Declaration
public IByteBuffer Internal { get; }
Property Value
IsMemory
Declaration
public bool IsMemory { get; }
Property Value
Length
Declaration
public int Length { get; }
Property Value
Offset
Declaration
public long Offset { get; }
Property Value
Size
Declaration
public long Size { get; }
Property Value
Methods
GetByteRange(Int64, Int32)
Declaration
public byte[] GetByteRange(long offset, int count)
Parameters
Returns
Implements