C# 클래스 Dicom.IO.Buffer.MappedFileBuffer

상속: IByteBuffer, IDisposable
파일 보기 프로젝트 열기: hdesouky/fo-dicom 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
GetByteRange ( int offset, int count ) : byte[]
MappedFileBuffer ( byte data ) : System

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetByteRange() 공개 메소드

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

MappedFileBuffer() 공개 메소드

public MappedFileBuffer ( byte data ) : System
data byte
리턴 System