C# Class Dicom.IO.Buffer.MappedFileBuffer

Inheritance: IByteBuffer, IDisposable
Datei anzeigen Open project: hdesouky/fo-dicom Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
GetByteRange ( int offset, int count ) : byte[]
MappedFileBuffer ( byte data ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetByteRange() public method

public GetByteRange ( int offset, int count ) : byte[]
offset int
count int
return byte[]

MappedFileBuffer() public method

public MappedFileBuffer ( byte data ) : System
data byte
return System