public final class MovAtom extends CustomPackage
Modifier and Type | Method and Description |
---|---|
long |
getDataOffset()
Gets the data offset.
|
int |
getDataSize()
Gets the data size in bytes.
|
long |
getLongSize()
Gets the atom size in bytes.
|
long |
getOffset()
Gets the atom offset.
|
int |
getSize()
Gets the atom size in bytes.
|
String |
getType()
Gets the 4-characters type.
|
boolean |
hasExtendedSize()
Gets a value indicating whether the extended size field was used to store the atom data.
|
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updateProperties
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public final long getOffset()
Gets the atom offset.
public final int getSize()
Gets the atom size in bytes.
public final long getLongSize()
Gets the atom size in bytes.
public final String getType()
Gets the 4-characters type.
public final long getDataOffset()
Gets the data offset.
public final int getDataSize()
Gets the data size in bytes.
public final boolean hasExtendedSize()
Gets a value indicating whether the extended size field was used to store the atom data.