C# Class OpenHDKSharp.V5.HwpV5BinaryReaderExtension

ファイルを表示 Open project: rkttu/openhdksharp

Public Methods

Method Description
ReadDWord ( this reader ) : uint
ReadEChar ( this reader ) : sbyte
ReadHChar ( this reader ) : ushort
ReadHCharArray ( this reader, int count ) : ushort[]
ReadHCharString ( this reader, int count ) : string
ReadHUnit ( this reader ) : ushort
ReadHUnit32 ( this reader ) : uint
ReadHUnitArray ( this reader, int count ) : ushort[]
ReadKChar ( this reader ) : byte
ReadKCharArray ( this reader, int count ) : byte[]
ReadKCharString ( this reader, int count ) : string
ReadSBytes ( this reader, int count ) : sbyte[]
ReadSDWord ( this reader ) : int
ReadSHUnit ( this reader ) : short
ReadSHUnit32 ( this reader ) : int
ReadSWord ( this reader ) : short
ReadWord ( this reader ) : ushort
ReadWordArray ( this reader, int count ) : ushort[]
TestStub ( ) : void

Method Details

ReadDWord() public static method

public static ReadDWord ( this reader ) : uint
reader this
return uint

ReadEChar() public static method

public static ReadEChar ( this reader ) : sbyte
reader this
return sbyte

ReadHChar() public static method

public static ReadHChar ( this reader ) : ushort
reader this
return ushort

ReadHCharArray() public static method

public static ReadHCharArray ( this reader, int count ) : ushort[]
reader this
count int
return ushort[]

ReadHCharString() public static method

public static ReadHCharString ( this reader, int count ) : string
reader this
count int
return string

ReadHUnit() public static method

public static ReadHUnit ( this reader ) : ushort
reader this
return ushort

ReadHUnit32() public static method

public static ReadHUnit32 ( this reader ) : uint
reader this
return uint

ReadHUnitArray() public static method

public static ReadHUnitArray ( this reader, int count ) : ushort[]
reader this
count int
return ushort[]

ReadKChar() public static method

public static ReadKChar ( this reader ) : byte
reader this
return byte

ReadKCharArray() public static method

public static ReadKCharArray ( this reader, int count ) : byte[]
reader this
count int
return byte[]

ReadKCharString() public static method

public static ReadKCharString ( this reader, int count ) : string
reader this
count int
return string

ReadSBytes() public static method

public static ReadSBytes ( this reader, int count ) : sbyte[]
reader this
count int
return sbyte[]

ReadSDWord() public static method

public static ReadSDWord ( this reader ) : int
reader this
return int

ReadSHUnit() public static method

public static ReadSHUnit ( this reader ) : short
reader this
return short

ReadSHUnit32() public static method

public static ReadSHUnit32 ( this reader ) : int
reader this
return int

ReadSWord() public static method

public static ReadSWord ( this reader ) : short
reader this
return short

ReadWord() public static method

public static ReadWord ( this reader ) : ushort
reader this
return ushort

ReadWordArray() public static method

public static ReadWordArray ( this reader, int count ) : ushort[]
reader this
count int
return ushort[]

TestStub() public static method

public static TestStub ( ) : void
return void