C# Class AmaroK86.MassEffect3.ZlibBlock.ZBlock

Afficher le fichier Open project: ME3Explorer/ME3Explorer

Méthodes publiques

Свойство Type Description
magic uint
maxSegmentSize uint

Méthodes publiques

Méthode Description
Compress ( Stream inStream, int count ) : byte[]
Compress ( byte buffer ) : byte[]
Compress ( byte buffer, int offset, int count ) : byte[]
Decompress ( Stream inStream, int count ) : byte[]
Decompress ( byte buffer, int offset, int count ) : byte[]
DecompressAsync ( byte buffer ) : Task

Method Details

Compress() public static méthode

public static Compress ( Stream inStream, int count ) : byte[]
inStream Stream
count int
Résultat byte[]

Compress() public static méthode

public static Compress ( byte buffer ) : byte[]
buffer byte
Résultat byte[]

Compress() public static méthode

public static Compress ( byte buffer, int offset, int count ) : byte[]
buffer byte
offset int
count int
Résultat byte[]

Decompress() public static méthode

public static Decompress ( Stream inStream, int count ) : byte[]
inStream Stream
count int
Résultat byte[]

Decompress() public static méthode

public static Decompress ( byte buffer, int offset, int count ) : byte[]
buffer byte
offset int
count int
Résultat byte[]

DecompressAsync() public static méthode

public static DecompressAsync ( byte buffer ) : Task
buffer byte
Résultat Task

Property Details

magic public_oe static_oe property

public static uint magic
Résultat uint

maxSegmentSize public_oe static_oe property

public static uint maxSegmentSize
Résultat uint