C# Class SmartAssembly.Zip.SimpleZip.ZipStream

Inheritance: System.IO.MemoryStream
Afficher le fichier Open project: CyberFoxHax/PCSXBonus Class Usage Examples

Méthodes publiques

Méthode Description
ReadInt ( ) : int
ReadShort ( ) : int
WriteInt ( int value ) : void
WriteShort ( int value ) : void
ZipStream ( ) : System
ZipStream ( byte buffer ) : System

Method Details

ReadInt() public méthode

public ReadInt ( ) : int
Résultat int

ReadShort() public méthode

public ReadShort ( ) : int
Résultat int

WriteInt() public méthode

public WriteInt ( int value ) : void
value int
Résultat void

WriteShort() public méthode

public WriteShort ( int value ) : void
value int
Résultat void

ZipStream() public méthode

public ZipStream ( ) : System
Résultat System

ZipStream() public méthode

public ZipStream ( byte buffer ) : System
buffer byte
Résultat System