Class MetadataExtractor.ByteUtil

  • Enclosing class:
    MetadataExtractor

    public class MetadataExtractor.ByteUtil
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ByteUtil()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getInt16​(byte[] buffer, int offset, boolean bigEndian)  
      int getInt32​(byte[] buffer, int offset, boolean bigEndian)  
      long getLong64​(byte[] buffer, int offset, boolean bigEndian)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ByteUtil

        public ByteUtil()
    • Method Detail

      • getInt16

        public int getInt16​(byte[] buffer,
                            int offset,
                            boolean bigEndian)
      • getInt32

        public int getInt32​(byte[] buffer,
                            int offset,
                            boolean bigEndian)
      • getLong64

        public long getLong64​(byte[] buffer,
                              int offset,
                              boolean bigEndian)