Class MetadataExtractor.ByteArrayReader

  • Enclosing class:
    MetadataExtractor

    public class MetadataExtractor.ByteArrayReader
    extends MetadataExtractor.RandomAccessReader
    Provides methods to read specific values from a byte array, with a consistent, checked exception structure for issues.

    By default, the reader operates with Motorola byte order (big endianness). This can be changed by calling setMotorolaByteOrder(boolean).

    Author:
    Drew Noakes https://drewnoakes.com