Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
SmartAssembly
Zip
SimpleZip.ZipStream
C# Class SmartAssembly.Zip.SimpleZip.ZipStream
Inheritance:
System.IO.MemoryStream
Mostrar archivo
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