Class FileByteBuffer
Inheritance
FileByteBuffer
Assembly: cs.temp.dll.dll
Syntax
public sealed class FileByteBuffer : IByteBuffer
Constructors
FileByteBuffer(IFileReference, Int64, Int64)
Declaration
public FileByteBuffer(IFileReference file, long position, long length)
Parameters
Properties
Data
Declaration
public byte[] Data { get; }
Property Value
File
Declaration
public IFileReference File { 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
Methods
GetByteRange(Int64, Int32)
Declaration
public byte[] GetByteRange(long offset, int count)
Parameters
Returns
Implements