Property | Type | Description | |
---|---|---|---|
characterId | ushort | ||
jpegData | byte[] |
Method | Description | |
---|---|---|
DecompileToFile ( string fileName ) : void |
Decompiles to file.
|
|
DecompileToImage ( ) : Image |
Decompiles to image.
|
|
DefineBitsJpeg2Tag ( ) : System |
Creates a new DefineBitsJpeg2Tag instance.
|
|
DefineBitsJpeg2Tag ( ushort id, byte image ) : System |
Creates a new DefineBitsJpeg2Tag instance.
|
|
FromFile ( ushort characterId, string fileName ) : |
Construct a new DefineBitsJpeg2Tag object from a file.
|
|
FromImage ( ushort characterId, Image image ) : |
Construct a new DefineBitsJpeg2Tag object from an image object.
|
|
FromStream ( ushort characterId, Stream stream ) : |
Construct a new DefineBitsJpeg2Tag object from a stream.
|
|
GetSizeOf ( ) : 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 DefineBitsJpeg2Tag ( ushort id, byte image ) : System | ||
id | ushort | Id. |
image | byte | Image. |
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 ReadData ( byte version, |
||
version | byte | |
binaryReader | ||
return | void |
public Serialize ( |
||
writer | Writer. | |
return | void |