C# 클래스 Dicom.IO.EndianBinaryReader

상속: System.IO.BinaryReader
파일 보기 프로젝트 열기: fo-dicom/mdcm

공개 메소드들

메소드 설명
Create ( Stream input, Encoding encoding, Endian endian ) : BinaryReader
Create ( Stream input, Endian endian ) : BinaryReader
EndianBinaryReader ( Stream input ) : System
EndianBinaryReader ( Stream input, Encoding encoding ) : System
EndianBinaryReader ( Stream input, Encoding encoding, Endian endian ) : System
EndianBinaryReader ( Stream input, Endian endian ) : System
ReadDouble ( ) : double
ReadInt16 ( ) : short
ReadInt32 ( ) : int
ReadInt64 ( ) : long
ReadSingle ( ) : float
ReadUInt16 ( ) : ushort
ReadUInt32 ( ) : uint
ReadUInt64 ( ) : ulong

비공개 메소드들

메소드 설명
ReadBytesInternal ( int count ) : byte[]

메소드 상세

Create() 공개 정적인 메소드

public static Create ( Stream input, Encoding encoding, Endian endian ) : BinaryReader
input Stream
encoding System.Text.Encoding
endian Endian
리턴 System.IO.BinaryReader

Create() 공개 정적인 메소드

public static Create ( Stream input, Endian endian ) : BinaryReader
input Stream
endian Endian
리턴 System.IO.BinaryReader

EndianBinaryReader() 공개 메소드

public EndianBinaryReader ( Stream input ) : System
input Stream
리턴 System

EndianBinaryReader() 공개 메소드

public EndianBinaryReader ( Stream input, Encoding encoding ) : System
input Stream
encoding System.Text.Encoding
리턴 System

EndianBinaryReader() 공개 메소드

public EndianBinaryReader ( Stream input, Encoding encoding, Endian endian ) : System
input Stream
encoding System.Text.Encoding
endian Endian
리턴 System

EndianBinaryReader() 공개 메소드

public EndianBinaryReader ( Stream input, Endian endian ) : System
input Stream
endian Endian
리턴 System

ReadDouble() 공개 메소드

public ReadDouble ( ) : double
리턴 double

ReadInt16() 공개 메소드

public ReadInt16 ( ) : short
리턴 short

ReadInt32() 공개 메소드

public ReadInt32 ( ) : int
리턴 int

ReadInt64() 공개 메소드

public ReadInt64 ( ) : long
리턴 long

ReadSingle() 공개 메소드

public ReadSingle ( ) : float
리턴 float

ReadUInt16() 공개 메소드

public ReadUInt16 ( ) : ushort
리턴 ushort

ReadUInt32() 공개 메소드

public ReadUInt32 ( ) : uint
리턴 uint

ReadUInt64() 공개 메소드

public ReadUInt64 ( ) : ulong
리턴 ulong