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