public class LTF8 extends Object
| Constructor | Description |
|---|---|
LTF8() |
| Modifier and Type | Method | Description |
|---|---|---|
static long |
readUnsignedLTF8(InputStream inputStream) |
Reads an unsigned long value from the input stream.
|
static int |
writeUnsignedLTF8(long value,
OutputStream outputStream) |
Writes an unsigned long value to the output stream.
|
public static long readUnsignedLTF8(InputStream inputStream) throws IOException
inputStream - input stream to be read fromIOException - as per java IO contractpublic static int writeUnsignedLTF8(long value,
OutputStream outputStream)
throws IOException
value - the value to be writtenoutputStream - the output stream to write toIOException - as per java IO contract