C# 클래스 ClearCanvas.Dicom.IO.DicomStreamReader

파일 보기 프로젝트 열기: jasper-yeh/ClearCanvas 1 사용 예제들

공개 메소드들

메소드 설명
ConsumeStreamBytes ( Stream stream, long length ) : void
DicomStreamReader ( Stream stream ) : System
Read ( DicomTag stopAtTag, DicomReadOptions options ) : DicomReadStatus
Read ( DicomTag stopAtTag, DicomReadOptions options, bool stopAfterFileMetaInfo ) : DicomReadStatus

비공개 메소드들

메소드 설명
NeedMoreData ( long count ) : DicomReadStatus

메소드 상세

ConsumeStreamBytes() 공개 정적인 메소드

public static ConsumeStreamBytes ( Stream stream, long length ) : void
stream Stream
length long
리턴 void

DicomStreamReader() 공개 메소드

public DicomStreamReader ( Stream stream ) : System
stream Stream
리턴 System

Read() 공개 메소드

public Read ( DicomTag stopAtTag, DicomReadOptions options ) : DicomReadStatus
stopAtTag DicomTag
options DicomReadOptions
리턴 DicomReadStatus

Read() 공개 메소드

public Read ( DicomTag stopAtTag, DicomReadOptions options, bool stopAfterFileMetaInfo ) : DicomReadStatus
stopAtTag DicomTag
options DicomReadOptions
stopAfterFileMetaInfo bool
리턴 DicomReadStatus