C# Class AmaroK86.MassEffect3.ZlibBlock.ZBlock

显示文件 Open project: ME3Explorer/ME3Explorer

Public Properties

Property Type Description
magic uint
maxSegmentSize uint

Public Methods

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

public static Compress ( Stream inStream, int count ) : byte[]
inStream Stream
count int
return byte[]

Compress() public static method

public static Compress ( byte buffer ) : byte[]
buffer byte
return byte[]

Compress() public static method

public static Compress ( byte buffer, int offset, int count ) : byte[]
buffer byte
offset int
count int
return byte[]

Decompress() public static method

public static Decompress ( Stream inStream, int count ) : byte[]
inStream Stream
count int
return byte[]

Decompress() public static method

public static Decompress ( byte buffer, int offset, int count ) : byte[]
buffer byte
offset int
count int
return byte[]

DecompressAsync() public static method

public static DecompressAsync ( byte buffer ) : Task
buffer byte
return Task

Property Details

magic public_oe static_oe property

public static uint magic
return uint

maxSegmentSize public_oe static_oe property

public static uint maxSegmentSize
return uint