Package com.drew.lang

Class ByteConvert

java.lang.Object
com.drew.lang.ByteConvert

@Deprecated(since="2024-11-20") public class ByteConvert extends Object
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
  • Constructor Details

    • ByteConvert

      public ByteConvert()
      Deprecated.
  • Method Details

    • toInt32BigEndian

      public static int toInt32BigEndian(byte[] bytes)
      Deprecated.
    • toInt32LittleEndian

      public static int toInt32LittleEndian(byte[] bytes)
      Deprecated.