C# 클래스 OpenHDKSharp.V5.HwpV5BinaryReaderExtension

파일 보기 프로젝트 열기: rkttu/openhdksharp

공개 메소드들

메소드 설명
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

메소드 상세

ReadDWord() 공개 정적인 메소드

public static ReadDWord ( this reader ) : uint
reader this
리턴 uint

ReadEChar() 공개 정적인 메소드

public static ReadEChar ( this reader ) : sbyte
reader this
리턴 sbyte

ReadHChar() 공개 정적인 메소드

public static ReadHChar ( this reader ) : ushort
reader this
리턴 ushort

ReadHCharArray() 공개 정적인 메소드

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

ReadHCharString() 공개 정적인 메소드

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

ReadHUnit() 공개 정적인 메소드

public static ReadHUnit ( this reader ) : ushort
reader this
리턴 ushort

ReadHUnit32() 공개 정적인 메소드

public static ReadHUnit32 ( this reader ) : uint
reader this
리턴 uint

ReadHUnitArray() 공개 정적인 메소드

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

ReadKChar() 공개 정적인 메소드

public static ReadKChar ( this reader ) : byte
reader this
리턴 byte

ReadKCharArray() 공개 정적인 메소드

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

ReadKCharString() 공개 정적인 메소드

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

ReadSBytes() 공개 정적인 메소드

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

ReadSDWord() 공개 정적인 메소드

public static ReadSDWord ( this reader ) : int
reader this
리턴 int

ReadSHUnit() 공개 정적인 메소드

public static ReadSHUnit ( this reader ) : short
reader this
리턴 short

ReadSHUnit32() 공개 정적인 메소드

public static ReadSHUnit32 ( this reader ) : int
reader this
리턴 int

ReadSWord() 공개 정적인 메소드

public static ReadSWord ( this reader ) : short
reader this
리턴 short

ReadWord() 공개 정적인 메소드

public static ReadWord ( this reader ) : ushort
reader this
리턴 ushort

ReadWordArray() 공개 정적인 메소드

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

TestStub() 공개 정적인 메소드

public static TestStub ( ) : void
리턴 void