C# Class SmartAssembly.Zip.SimpleZip.ZipStream

Inheritance: System.IO.MemoryStream
Show file Open project: CyberFoxHax/PCSXBonus Class Usage Examples

Public Methods

Method Description
ReadInt ( ) : int
ReadShort ( ) : int
WriteInt ( int value ) : void
WriteShort ( int value ) : void
ZipStream ( ) : System
ZipStream ( byte buffer ) : System

Method Details

ReadInt() public method

public ReadInt ( ) : int
return int

ReadShort() public method

public ReadShort ( ) : int
return int

WriteInt() public method

public WriteInt ( int value ) : void
value int
return void

WriteShort() public method

public WriteShort ( int value ) : void
value int
return void

ZipStream() public method

public ZipStream ( ) : System
return System

ZipStream() public method

public ZipStream ( byte buffer ) : System
buffer byte
return System