Package com.drew.lang
Class ByteConvert
java.lang.Object
com.drew.lang.ByteConvert
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic inttoInt32BigEndian(byte[] bytes) Deprecated.static inttoInt32LittleEndian(byte[] bytes) Deprecated.
-
Constructor Details
-
ByteConvert
public ByteConvert()Deprecated.
-
-
Method Details
-
toInt32BigEndian
public static int toInt32BigEndian(byte[] bytes) Deprecated. -
toInt32LittleEndian
public static int toInt32LittleEndian(byte[] bytes) Deprecated.
-