Class EmptyBuffer
Implements
Inherited Members
Namespace: Dicom.IO.Buffer
Assembly: cs.temp.dll.dll
Syntax
public sealed class EmptyBuffer : IByteBuffer
Fields
Value
Declaration
public static readonly IByteBuffer Value
Field Value
Type | Description |
---|---|
IByteBuffer |
Properties
Data
Declaration
public byte[] Data { get; }
Property Value
Type | Description |
---|---|
Byte[] |
IsMemory
Declaration
public bool IsMemory { get; }
Property Value
Type | Description |
---|---|
Boolean |
Size
Declaration
public long Size { get; }
Property Value
Type | Description |
---|---|
Int64 |
Methods
GetByteRange(Int64, Int32)
Declaration
public byte[] GetByteRange(long offset, int count)
Parameters
Type | Name | Description |
---|---|---|
Int64 | offset | |
Int32 | count |
Returns
Type | Description |
---|---|
Byte[] |