C# 클래스 bffnt_tool.EndianBinaryReader

상속: IDisposable
파일 보기 프로젝트 열기: wmltogether/ZLD-TWW-HD-Chinese-Localization-Project

Private Properties

프로퍼티 타입 설명
Dispose void
FillBuffer void
GetEncodingSize int

공개 메소드들

메소드 설명
Close ( ) : void
Dispose ( ) : void
EndianBinaryReader ( Stream baseStream ) : System
EndianBinaryReader ( Stream baseStream, Endianness endianness ) : System
ReadByte ( ) : byte
ReadBytes ( int count ) : byte[]
ReadChar ( Encoding encoding ) : char
ReadChars ( Encoding encoding, int count ) : char[]
ReadDouble ( ) : double
ReadDoubles ( int count ) : double[]
ReadFx32 ( ) : System.Single
ReadFx32s ( int count ) : System.Single[]
ReadInt16 ( ) : Int16
ReadInt16s ( int count ) : System.Int16[]
ReadInt32 ( ) : Int32
ReadInt32s ( int count ) : System.Int32[]
ReadInt64 ( ) : System.Int64
ReadInt64s ( int count ) : System.Int64[]
ReadSByte ( ) : sbyte
ReadSBytes ( int count ) : sbyte[]
ReadSingle ( ) : System.Single
ReadSingles ( int count ) : System.Single[]
ReadString ( Encoding encoding, int count ) : string
ReadStringNT ( Encoding encoding ) : string
ReadUInt16 ( ) : UInt16
ReadUInt16s ( int count ) : System.UInt16[]
ReadUInt32 ( ) : UInt32
ReadUInt32s ( int count ) : System.UInt32[]
ReadUInt64 ( ) : System.UInt64
ReadUInt64s ( int count ) : System.UInt64[]

비공개 메소드들

메소드 설명
Dispose ( bool disposing ) : void
FillBuffer ( int bytes, int stride ) : void
GetEncodingSize ( Encoding encoding ) : int

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EndianBinaryReader() 공개 메소드

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

EndianBinaryReader() 공개 메소드

public EndianBinaryReader ( Stream baseStream, Endianness endianness ) : System
baseStream Stream
endianness Endianness
리턴 System

ReadByte() 공개 메소드

public ReadByte ( ) : byte
리턴 byte

ReadBytes() 공개 메소드

public ReadBytes ( int count ) : byte[]
count int
리턴 byte[]

ReadChar() 공개 메소드

public ReadChar ( Encoding encoding ) : char
encoding System.Text.Encoding
리턴 char

ReadChars() 공개 메소드

public ReadChars ( Encoding encoding, int count ) : char[]
encoding System.Text.Encoding
count int
리턴 char[]

ReadDouble() 공개 메소드

public ReadDouble ( ) : double
리턴 double

ReadDoubles() 공개 메소드

public ReadDoubles ( int count ) : double[]
count int
리턴 double[]

ReadFx32() 공개 메소드

public ReadFx32 ( ) : System.Single
리턴 System.Single

ReadFx32s() 공개 메소드

public ReadFx32s ( int count ) : System.Single[]
count int
리턴 System.Single[]

ReadInt16() 공개 메소드

public ReadInt16 ( ) : Int16
리턴 System.Int16

ReadInt16s() 공개 메소드

public ReadInt16s ( int count ) : System.Int16[]
count int
리턴 System.Int16[]

ReadInt32() 공개 메소드

public ReadInt32 ( ) : Int32
리턴 System.Int32

ReadInt32s() 공개 메소드

public ReadInt32s ( int count ) : System.Int32[]
count int
리턴 System.Int32[]

ReadInt64() 공개 메소드

public ReadInt64 ( ) : System.Int64
리턴 System.Int64

ReadInt64s() 공개 메소드

public ReadInt64s ( int count ) : System.Int64[]
count int
리턴 System.Int64[]

ReadSByte() 공개 메소드

public ReadSByte ( ) : sbyte
리턴 sbyte

ReadSBytes() 공개 메소드

public ReadSBytes ( int count ) : sbyte[]
count int
리턴 sbyte[]

ReadSingle() 공개 메소드

public ReadSingle ( ) : System.Single
리턴 System.Single

ReadSingles() 공개 메소드

public ReadSingles ( int count ) : System.Single[]
count int
리턴 System.Single[]

ReadString() 공개 메소드

public ReadString ( Encoding encoding, int count ) : string
encoding System.Text.Encoding
count int
리턴 string

ReadStringNT() 공개 메소드

public ReadStringNT ( Encoding encoding ) : string
encoding System.Text.Encoding
리턴 string

ReadUInt16() 공개 메소드

public ReadUInt16 ( ) : UInt16
리턴 System.UInt16

ReadUInt16s() 공개 메소드

public ReadUInt16s ( int count ) : System.UInt16[]
count int
리턴 System.UInt16[]

ReadUInt32() 공개 메소드

public ReadUInt32 ( ) : UInt32
리턴 System.UInt32

ReadUInt32s() 공개 메소드

public ReadUInt32s ( int count ) : System.UInt32[]
count int
리턴 System.UInt32[]

ReadUInt64() 공개 메소드

public ReadUInt64 ( ) : System.UInt64
리턴 System.UInt64

ReadUInt64s() 공개 메소드

public ReadUInt64s ( int count ) : System.UInt64[]
count int
리턴 System.UInt64[]