ch.bind.philib.io
public final class EndianCodec extends Object
| Modifier and Type | Method and Description |
|---|---|
static int |
decodeInt16BE(byte[] input) |
static int |
decodeInt16BE(byte[] input,
int offset) |
static int |
decodeInt16LE(byte[] input) |
static int |
decodeInt16LE(byte[] input,
int offset) |
static int |
decodeInt32BE(byte[] input) |
static int |
decodeInt32BE(byte[] input,
int offset) |
static int |
decodeInt32LE(byte[] input) |
static int |
decodeInt32LE(byte[] input,
int offset) |
static long |
decodeInt64BE(byte[] input) |
static long |
decodeInt64BE(byte[] input,
int offset) |
static long |
decodeInt64LE(byte[] input) |
static long |
decodeInt64LE(byte[] input,
int offset) |
static int |
decodeInt8(byte[] input) |
static int |
decodeInt8(byte[] input,
int offset) |
static void |
encodeInt16BE(int value,
byte[] output) |
static void |
encodeInt16BE(int value,
byte[] output,
int offset) |
static void |
encodeInt16LE(int value,
byte[] output) |
static void |
encodeInt16LE(int value,
byte[] output,
int offset) |
static void |
encodeInt32BE(int value,
byte[] output) |
static void |
encodeInt32BE(int value,
byte[] output,
int offset) |
static void |
encodeInt32LE(int value,
byte[] output) |
static void |
encodeInt32LE(int value,
byte[] output,
int offset) |
static void |
encodeInt64BE(long value,
byte[] output) |
static void |
encodeInt64BE(long value,
byte[] output,
int offset) |
static void |
encodeInt64LE(long value,
byte[] output) |
static void |
encodeInt64LE(long value,
byte[] output,
int offset) |
static void |
encodeInt8(int value,
byte[] output) |
static void |
encodeInt8(int value,
byte[] output,
int offset) |
public static void encodeInt64BE(long value,
byte[] output)
public static void encodeInt64LE(long value,
byte[] output)
public static void encodeInt64BE(long value,
byte[] output,
int offset)
public static void encodeInt64LE(long value,
byte[] output,
int offset)
public static long decodeInt64BE(byte[] input)
public static long decodeInt64LE(byte[] input)
public static long decodeInt64BE(byte[] input,
int offset)
public static long decodeInt64LE(byte[] input,
int offset)
public static void encodeInt32BE(int value,
byte[] output)
public static void encodeInt32LE(int value,
byte[] output)
public static void encodeInt32BE(int value,
byte[] output,
int offset)
public static void encodeInt32LE(int value,
byte[] output,
int offset)
public static int decodeInt32BE(byte[] input)
public static int decodeInt32LE(byte[] input)
public static int decodeInt32BE(byte[] input,
int offset)
public static int decodeInt32LE(byte[] input,
int offset)
public static void encodeInt16BE(int value,
byte[] output)
public static void encodeInt16LE(int value,
byte[] output)
public static void encodeInt16BE(int value,
byte[] output,
int offset)
public static void encodeInt16LE(int value,
byte[] output,
int offset)
public static int decodeInt16BE(byte[] input)
public static int decodeInt16LE(byte[] input)
public static int decodeInt16BE(byte[] input,
int offset)
public static int decodeInt16LE(byte[] input,
int offset)
public static void encodeInt8(int value,
byte[] output)
public static void encodeInt8(int value,
byte[] output,
int offset)
public static int decodeInt8(byte[] input)
public static int decodeInt8(byte[] input,
int offset)
Copyright © 2014. All Rights Reserved.