C# 클래스 MobiEPUB.PRC.Header

파일 보기 프로젝트 열기: Papafox/MobiEPUB 1 사용 예제들

공개 메소드들

메소드 설명
Get ( Byte array ) : void
Get ( Byte array, int offset, int len ) : void
Header ( Byte header ) : System
Position ( int pos ) : void
ReadInt ( ) : int
ReadInt ( int pos ) : int
ReadLong ( ) : long
ReadLong ( int pos ) : long
ReadShort ( ) : int
ReadShort ( int pos ) : int
ReadString ( int len ) : String
ReadString ( int pos, int len ) : String

메소드 상세

Get() 공개 메소드

public Get ( Byte array ) : void
array Byte
리턴 void

Get() 공개 메소드

public Get ( Byte array, int offset, int len ) : void
array Byte
offset int
len int
리턴 void

Header() 공개 메소드

public Header ( Byte header ) : System
header Byte
리턴 System

Position() 공개 메소드

public Position ( int pos ) : void
pos int
리턴 void

ReadInt() 공개 메소드

public ReadInt ( ) : int
리턴 int

ReadInt() 공개 메소드

public ReadInt ( int pos ) : int
pos int
리턴 int

ReadLong() 공개 메소드

public ReadLong ( ) : long
리턴 long

ReadLong() 공개 메소드

public ReadLong ( int pos ) : long
pos int
리턴 long

ReadShort() 공개 메소드

public ReadShort ( ) : int
리턴 int

ReadShort() 공개 메소드

public ReadShort ( int pos ) : int
pos int
리턴 int

ReadString() 공개 메소드

public ReadString ( int len ) : String
len int
리턴 String

ReadString() 공개 메소드

public ReadString ( int pos, int len ) : String
pos int
len int
리턴 String