C# Class Dicom.IO.Buffer.MappedFileBuffer

Inheritance: IByteBuffer, IDisposable
Afficher le fichier Open project: hdesouky/fo-dicom Class Usage Examples

Méthodes publiques

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetByteRange() public méthode

public GetByteRange ( int offset, int count ) : byte[]
offset int
count int
Résultat byte[]

MappedFileBuffer() public méthode

public MappedFileBuffer ( byte data ) : System
data byte
Résultat System