C# 클래스 Apache.NMS.Util.EndianBinaryReader

상속: System.IO.BinaryReader
파일 보기 프로젝트 열기: ThorTech/apache-nms

공개 메소드들

메소드 설명
EndianBinaryReader ( Stream input ) : System
Read ( char buffer, int index, int count ) : int

Method Read

ReadChar ( ) : char

Method ReadChar

ReadChars ( int count ) : char[]

Method ReadChars

ReadDouble ( ) : double
ReadInt16 ( ) : short

Method ReadInt16

ReadInt32 ( ) : int

Method ReadInt32

ReadInt64 ( ) : long

Method ReadInt64

ReadSingle ( ) : float
ReadString ( ) : String

Method ReadString

ReadString16 ( ) : String

Method ReadString16, reads a String value encoded in the Java modified UTF-8 format with a length index encoded as a 16bit unsigned short.

ReadString32 ( ) : String

Method ReadString32, reads a String value encoded in the Java modified UTF-8 format with a length index encoded as a singed integer value.

ReadUInt16 ( ) : ushort

Method ReadUInt16

ReadUInt32 ( ) : uint

Method ReadUInt32

ReadUInt64 ( ) : ulong

Method ReadUInt64

보호된 메소드들

메소드 설명
CreateDataFormatException ( ) : Exception

비공개 메소드들

메소드 설명
doReadString ( int utfLength ) : string

메소드 상세

CreateDataFormatException() 보호된 정적인 메소드

protected static CreateDataFormatException ( ) : Exception
리턴 System.Exception

EndianBinaryReader() 공개 메소드

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

Read() 공개 메소드

Method Read
public Read ( char buffer, int index, int count ) : int
buffer char A char[]
index int An int
count int An int
리턴 int

ReadChar() 공개 메소드

Method ReadChar
public ReadChar ( ) : char
리턴 char

ReadChars() 공개 메소드

Method ReadChars
public ReadChars ( int count ) : char[]
count int An int
리턴 char[]

ReadDouble() 공개 메소드

public ReadDouble ( ) : double
리턴 double

ReadInt16() 공개 메소드

Method ReadInt16
public ReadInt16 ( ) : short
리턴 short

ReadInt32() 공개 메소드

Method ReadInt32
public ReadInt32 ( ) : int
리턴 int

ReadInt64() 공개 메소드

Method ReadInt64
public ReadInt64 ( ) : long
리턴 long

ReadSingle() 공개 메소드

public ReadSingle ( ) : float
리턴 float

ReadString() 공개 메소드

Method ReadString
public ReadString ( ) : String
리턴 String

ReadString16() 공개 메소드

Method ReadString16, reads a String value encoded in the Java modified UTF-8 format with a length index encoded as a 16bit unsigned short.
public ReadString16 ( ) : String
리턴 String

ReadString32() 공개 메소드

Method ReadString32, reads a String value encoded in the Java modified UTF-8 format with a length index encoded as a singed integer value.
public ReadString32 ( ) : String
리턴 String

ReadUInt16() 공개 메소드

Method ReadUInt16
public ReadUInt16 ( ) : ushort
리턴 ushort

ReadUInt32() 공개 메소드

Method ReadUInt32
public ReadUInt32 ( ) : uint
리턴 uint

ReadUInt64() 공개 메소드

Method ReadUInt64
public ReadUInt64 ( ) : ulong
리턴 ulong