Class SwapByteBuffer
Inheritance
SwapByteBuffer
Assembly: cs.temp.dll.dll
Syntax
public class SwapByteBuffer : IByteBuffer
Constructors
SwapByteBuffer(IByteBuffer, Int32)
Declaration
public SwapByteBuffer(IByteBuffer buffer, int unitSize)
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
Size
Declaration
public long Size { get; }
Property Value
UnitSize
Declaration
public int UnitSize { get; }
Property Value
Methods
GetByteRange(Int64, Int32)
Declaration
public byte[] GetByteRange(long offset, int count)
Parameters
Returns
Implements