public final class IsoTypeReader
extends java.lang.Object
| Constructor and Description |
|---|
IsoTypeReader() |
| Modifier and Type | Method and Description |
|---|---|
static int |
byte2int(byte b) |
static java.lang.String |
read4cc(java.nio.ByteBuffer bb) |
static double |
readFixedPoint0230(java.nio.ByteBuffer bb) |
static double |
readFixedPoint1616(java.nio.ByteBuffer bb) |
static float |
readFixedPoint88(java.nio.ByteBuffer bb) |
static java.lang.String |
readIso639(java.nio.ByteBuffer bb) |
static java.lang.String |
readString(java.nio.ByteBuffer byteBuffer)
Reads a zero terminated UTF-8 string.
|
static java.lang.String |
readString(java.nio.ByteBuffer byteBuffer,
int length) |
static int |
readUInt16(java.nio.ByteBuffer bb) |
static int |
readUInt16BE(java.nio.ByteBuffer bb) |
static int |
readUInt24(java.nio.ByteBuffer bb) |
static long |
readUInt32(java.nio.ByteBuffer bb) |
static long |
readUInt32BE(java.nio.ByteBuffer bb) |
static long |
readUInt48(java.nio.ByteBuffer byteBuffer) |
static long |
readUInt64(java.nio.ByteBuffer byteBuffer) |
static int |
readUInt8(java.nio.ByteBuffer bb) |
public static long readUInt32BE(java.nio.ByteBuffer bb)
public static long readUInt32(java.nio.ByteBuffer bb)
public static int readUInt24(java.nio.ByteBuffer bb)
public static int readUInt16(java.nio.ByteBuffer bb)
public static int readUInt16BE(java.nio.ByteBuffer bb)
public static int readUInt8(java.nio.ByteBuffer bb)
public static int byte2int(byte b)
public static java.lang.String readString(java.nio.ByteBuffer byteBuffer)
byteBuffer - the data sourcejava.lang.Error - in case of an error in the underlying streampublic static java.lang.String readString(java.nio.ByteBuffer byteBuffer,
int length)
public static long readUInt64(java.nio.ByteBuffer byteBuffer)
public static double readFixedPoint1616(java.nio.ByteBuffer bb)
public static double readFixedPoint0230(java.nio.ByteBuffer bb)
public static float readFixedPoint88(java.nio.ByteBuffer bb)
public static java.lang.String readIso639(java.nio.ByteBuffer bb)
public static java.lang.String read4cc(java.nio.ByteBuffer bb)
public static long readUInt48(java.nio.ByteBuffer byteBuffer)
Copyright © 2020. All rights reserved.