Method | Description | |
---|---|---|
DecompileToFile ( string fileName ) : void |
Decompiles to file.
|
|
DecompileToImage ( ) : Image |
Decompiles to image.
|
|
DefineBitsLossLess2Tag ( ) : System |
Creates a new DefineBitsLossLess2Tag instance.
|
|
DefineBitsLossLess2Tag ( ushort characterId, byte bitmapFormat, ushort bitmapWidth, ushort bitmapHeight, ushort bitmapColorTableSize ) : System |
Creates a new DefineBitsLossLess2Tag instance.
|
|
DefineBitsLossLess2Tag ( ushort characterId, byte bitmapFormat, ushort bitmapWidth, ushort bitmapHeight, ushort bitmapColorTableSize, |
Creates a new DefineBitsLossLess2Tag instance.
|
|
DefineBitsLossLess2Tag ( ushort characterId, byte bitmapFormat, ushort bitmapWidth, ushort bitmapHeight, ushort bitmapColorTableSize, |
Creates a new DefineBitsLossLess2Tag instance.
|
|
FromFile ( ushort characterId, string fileName ) : |
Construct a new DefineBitsLossLess2Tag object from a file.
|
|
FromImage ( ushort characterId, Image image ) : |
Construct a new DefineBitsLossLess2Tag object from an image object.
|
|
FromStream ( ushort characterId, Stream stream ) : |
Construct a new DefineBitsLossLess2Tag object from a stream.
|
|
GetSizeOf ( int lengthOfCompressedData ) : int |
Gets the size of.
|
|
ReadData ( byte version, |
see
|
|
Serialize ( |
Serializes the specified writer.
|
|
UpdateData ( byte version ) : void |
see
|
Method | Description | |
---|---|---|
DecompileToStream ( Stream stream ) : void |
Decompiles to stream.
|
public DecompileToFile ( string fileName ) : void | ||
fileName | string | Name of the file. |
return | void |
public DefineBitsLossLess2Tag ( ushort characterId, byte bitmapFormat, ushort bitmapWidth, ushort bitmapHeight, ushort bitmapColorTableSize ) : System | ||
characterId | ushort | id for this character |
bitmapFormat | byte | Format of compressed data |
bitmapWidth | ushort | Width of bitmap image |
bitmapHeight | ushort | Height of bitmap image |
bitmapColorTableSize | ushort | actual number of colors in the color table |
return | System |
public DefineBitsLossLess2Tag ( ushort characterId, byte bitmapFormat, ushort bitmapWidth, ushort bitmapHeight, ushort bitmapColorTableSize, |
||
characterId | ushort | id for this character |
bitmapFormat | byte | Format of compressed data |
bitmapWidth | ushort | Width of bitmap image |
bitmapHeight | ushort | Height of bitmap image |
bitmapColorTableSize | ushort | actual number of colors in the color table |
zlibBitmapData | zlib compressed bitmap data | |
return | System |
public DefineBitsLossLess2Tag ( ushort characterId, byte bitmapFormat, ushort bitmapWidth, ushort bitmapHeight, ushort bitmapColorTableSize, |
||
characterId | ushort | id for this character |
bitmapFormat | byte | Format of compressed data |
bitmapWidth | ushort | Width of bitmap image |
bitmapHeight | ushort | Height of bitmap image |
bitmapColorTableSize | ushort | actual number of colors in the color table |
zlibBitmapData | zlib compressed bitmap data | |
return | System |
public static FromFile ( ushort characterId, string fileName ) : |
||
characterId | ushort | Character id. |
fileName | string | Name of the file. |
return |
public static FromImage ( ushort characterId, Image image ) : |
||
characterId | ushort | Character id. |
image | Image | Image. |
return |
public static FromStream ( ushort characterId, Stream stream ) : |
||
characterId | ushort | Character id. |
stream | Stream | Stream. |
return |
public GetSizeOf ( int lengthOfCompressedData ) : int | ||
lengthOfCompressedData | int | Length of compressed data. |
return | int |
public ReadData ( byte version, |
||
version | byte | |
binaryReader | ||
return | void |
public Serialize ( |
||
writer | Writer. | |
return | void |