Class ID3V2Utils


  • public class ID3V2Utils
    extends Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ID3V2Utils()  
    • Constructor Detail

      • ID3V2Utils

        public ID3V2Utils()
    • Method Detail

      • byteArrayToLongSafeSync

        public static long byteArrayToLongSafeSync​(byte[] b,
                                                   int offset,
                                                   int count)
      • byteArrayToIntSafeSync

        public static int byteArrayToIntSafeSync​(byte[] b,
                                                 int offset,
                                                 int count)
      • intToByteArraySafeSync

        public static void intToByteArraySafeSync​(int value,
                                                  byte[] buffer,
                                                  int offset,
                                                  int size)