public class DataTelegrams
extends java.lang.Object
| Constructor | Description |
|---|---|
DataTelegrams() |
| Modifier and Type | Method | Description |
|---|---|---|
static java.math.BigInteger |
checkAndReadBigInteger(java.io.DataInputStream in) |
|
static java.lang.String |
checkAndReadUTF(java.io.DataInputStream in) |
|
static java.io.DataInputStream |
getTelegramStream(java.io.DataInputStream in,
int telegramLength) |
public static java.io.DataInputStream getTelegramStream(java.io.DataInputStream in,
int telegramLength)
throws java.io.IOException
java.io.IOExceptionpublic static java.lang.String checkAndReadUTF(java.io.DataInputStream in)
throws java.io.IOException
java.io.IOExceptionpublic static java.math.BigInteger checkAndReadBigInteger(java.io.DataInputStream in)
throws java.io.IOException
java.io.IOException