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