com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class MovAtom

    • Method Detail

      • getOffset

        public final long getOffset()

        Gets the atom offset.

        Returns:
        The atom offset.
      • getSize

        public final int getSize()

        Gets the atom size in bytes.

        Returns:
        The atom size.
      • getLongSize

        public final long getLongSize()

        Gets the atom size in bytes.

        Returns:
        The atom size.
      • getType

        public final String getType()

        Gets the 4-characters type.

        Returns:
        The type.
      • getDataOffset

        public final long getDataOffset()

        Gets the data offset.

        Returns:
        The data offset.
      • getDataSize

        public final int getDataSize()

        Gets the data size in bytes.

        Returns:
        The data size.
      • hasExtendedSize

        public final boolean hasExtendedSize()

        Gets a value indicating whether the extended size field was used to store the atom data.

        Returns:
        True, if the extended size field was used to store the atom data; otherwise, false.