C# Class OpenHDKSharp.V5.HwpV5BinaryReaderExtension

Afficher le fichier Open project: rkttu/openhdksharp

Méthodes publiques

Méthode 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 méthode

public static ReadDWord ( this reader ) : uint
reader this
Résultat uint

ReadEChar() public static méthode

public static ReadEChar ( this reader ) : sbyte
reader this
Résultat sbyte

ReadHChar() public static méthode

public static ReadHChar ( this reader ) : ushort
reader this
Résultat ushort

ReadHCharArray() public static méthode

public static ReadHCharArray ( this reader, int count ) : ushort[]
reader this
count int
Résultat ushort[]

ReadHCharString() public static méthode

public static ReadHCharString ( this reader, int count ) : string
reader this
count int
Résultat string

ReadHUnit() public static méthode

public static ReadHUnit ( this reader ) : ushort
reader this
Résultat ushort

ReadHUnit32() public static méthode

public static ReadHUnit32 ( this reader ) : uint
reader this
Résultat uint

ReadHUnitArray() public static méthode

public static ReadHUnitArray ( this reader, int count ) : ushort[]
reader this
count int
Résultat ushort[]

ReadKChar() public static méthode

public static ReadKChar ( this reader ) : byte
reader this
Résultat byte

ReadKCharArray() public static méthode

public static ReadKCharArray ( this reader, int count ) : byte[]
reader this
count int
Résultat byte[]

ReadKCharString() public static méthode

public static ReadKCharString ( this reader, int count ) : string
reader this
count int
Résultat string

ReadSBytes() public static méthode

public static ReadSBytes ( this reader, int count ) : sbyte[]
reader this
count int
Résultat sbyte[]

ReadSDWord() public static méthode

public static ReadSDWord ( this reader ) : int
reader this
Résultat int

ReadSHUnit() public static méthode

public static ReadSHUnit ( this reader ) : short
reader this
Résultat short

ReadSHUnit32() public static méthode

public static ReadSHUnit32 ( this reader ) : int
reader this
Résultat int

ReadSWord() public static méthode

public static ReadSWord ( this reader ) : short
reader this
Résultat short

ReadWord() public static méthode

public static ReadWord ( this reader ) : ushort
reader this
Résultat ushort

ReadWordArray() public static méthode

public static ReadWordArray ( this reader, int count ) : ushort[]
reader this
count int
Résultat ushort[]

TestStub() public static méthode

public static TestStub ( ) : void
Résultat void