C# Class MobiEPUB.PRC.Header

Afficher le fichier Open project: Papafox/MobiEPUB Class Usage Examples

Méthodes publiques

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

Method Details

Get() public méthode

public Get ( Byte array ) : void
array Byte
Résultat void

Get() public méthode

public Get ( Byte array, int offset, int len ) : void
array Byte
offset int
len int
Résultat void

Header() public méthode

public Header ( Byte header ) : System
header Byte
Résultat System

Position() public méthode

public Position ( int pos ) : void
pos int
Résultat void

ReadInt() public méthode

public ReadInt ( ) : int
Résultat int

ReadInt() public méthode

public ReadInt ( int pos ) : int
pos int
Résultat int

ReadLong() public méthode

public ReadLong ( ) : long
Résultat long

ReadLong() public méthode

public ReadLong ( int pos ) : long
pos int
Résultat long

ReadShort() public méthode

public ReadShort ( ) : int
Résultat int

ReadShort() public méthode

public ReadShort ( int pos ) : int
pos int
Résultat int

ReadString() public méthode

public ReadString ( int len ) : String
len int
Résultat String

ReadString() public méthode

public ReadString ( int pos, int len ) : String
pos int
len int
Résultat String