Property | Type | Description | |
---|---|---|---|
COMMENT_ASCII_CODE | ByteVector | ||
COMMENT_JIS_CODE | ByteVector | ||
COMMENT_UNDEFINED_CODE | ByteVector | ||
COMMENT_UNICODE_CODE | ByteVector |
Method | Description | |
---|---|---|
Render ( bool is_bigendian, uint offset, ushort &type, uint &count ) : ByteVector |
Renders the current instance to a ByteVector
|
|
UserCommentIFDEntry ( ushort tag, ByteVector data ) : System |
Construcor.
|
|
UserCommentIFDEntry ( ushort tag, string value ) : System |
Construcor.
|
public Render ( bool is_bigendian, uint offset, ushort &type, uint &count ) : ByteVector | ||
is_bigendian | bool |
/// A |
offset | uint |
/// A |
type | ushort |
/// A |
count | uint |
/// A |
return | ByteVector |
public UserCommentIFDEntry ( ushort tag, ByteVector data ) : System | ||
tag | ushort |
/// A |
data | ByteVector |
/// A |
return | System |
public UserCommentIFDEntry ( ushort tag, string value ) : System | ||
tag | ushort |
/// A |
value | string |
/// A |
return | System |
public static ByteVector COMMENT_ASCII_CODE | ||
return | ByteVector |
public static ByteVector COMMENT_JIS_CODE | ||
return | ByteVector |
public static ByteVector COMMENT_UNDEFINED_CODE | ||
return | ByteVector |