Method | Description | |
---|---|---|
Render ( bool is_bigendian, uint offset, ushort &type, uint &count ) : ByteVector |
Renders the current instance to a ByteVector
|
|
UndefinedIFDEntry ( ushort tag, ByteVector data ) |
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 UndefinedIFDEntry ( ushort tag, ByteVector data ) | ||
tag | ushort |
/// A |
data | ByteVector |
/// A |