public class LTF8
extends java.lang.Object
ITF8 for more details.| 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)
inputStream - input stream to be read frompublic static int writeUnsignedLTF8(long value,
java.io.OutputStream outputStream)
value - the value to be writtenoutputStream - the output stream to write to