C# Class MobiEPUB.PRC.Header

Mostrar archivo Open project: Papafox/MobiEPUB Class Usage Examples

Public Methods

Method 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 method

public Get ( Byte array ) : void
array Byte
return void

Get() public method

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

Header() public method

public Header ( Byte header ) : System
header Byte
return System

Position() public method

public Position ( int pos ) : void
pos int
return void

ReadInt() public method

public ReadInt ( ) : int
return int

ReadInt() public method

public ReadInt ( int pos ) : int
pos int
return int

ReadLong() public method

public ReadLong ( ) : long
return long

ReadLong() public method

public ReadLong ( int pos ) : long
pos int
return long

ReadShort() public method

public ReadShort ( ) : int
return int

ReadShort() public method

public ReadShort ( int pos ) : int
pos int
return int

ReadString() public method

public ReadString ( int len ) : String
len int
return String

ReadString() public method

public ReadString ( int pos, int len ) : String
pos int
len int
return String