public final class MovAtom extends CustomPackage
| Modifier and Type | Method and Description |
|---|---|
MovAtom[] |
getAtoms()
Gets an array of
MovAtom atoms. |
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, updatePropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic final MovAtom[] getAtoms()
Gets an array of MovAtom atoms.
public final long getDataOffset()
Gets the data offset.
public final int getDataSize()
Gets the data size in bytes.
public final long getLongSize()
Gets the atom size in bytes.
public final long getOffset()
Gets the atom offset.
public final int getSize()
Gets the atom size in bytes.
public final String getType()
Gets the 4-characters type.
public final boolean hasExtendedSize()
Gets a value indicating whether the extended size field was used to store the atom data.
Copyright © 2025. All rights reserved.