public final class LittleEndianTools
extends java.lang.Object
Constructor and Description |
---|
LittleEndianTools() |
Modifier and Type | Method and Description |
---|---|
static boolean |
contains(byte[] arr,
byte value) |
static int |
readLEInt(java.io.RandomAccessFile in) |
static short |
readLEShort(java.io.RandomAccessFile in) |
static int |
toLE(int value) |
static short |
toLE(short value) |
public static final int readLEInt(java.io.RandomAccessFile in) throws java.io.IOException
java.io.IOException
public static final short readLEShort(java.io.RandomAccessFile in) throws java.io.IOException
java.io.IOException
public static final short toLE(short value)
public static final int toLE(int value)
public static final boolean contains(byte[] arr, byte value)
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.