Class ZipPredict32Image
Inheritance
System.Object
ZipPredict32Image
Syntax
public class ZipPredict32Image : ImageData
Constructors
ZipPredict32Image(Byte[], Size)
Declaration
public ZipPredict32Image(byte[] zipData, Size size)
Parameters
| Type |
Name |
Description |
| System.Byte[] |
zipData |
|
| Size |
size |
|
Properties
AltersWrittenData
Declaration
protected override bool AltersWrittenData { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
Overrides
Methods
ReadCompressed()
Declaration
public override byte[] ReadCompressed()
Returns
| Type |
Description |
| System.Byte[] |
|
Overrides