public final class DataTelegrams
extends java.lang.Object
Constructor and Description |
---|
DataTelegrams() |
Modifier and Type | Method and 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.IOException
public static java.lang.String checkAndReadUTF(java.io.DataInputStream in) throws java.io.IOException
java.io.IOException
public static java.math.BigInteger checkAndReadBigInteger(java.io.DataInputStream in) throws java.io.IOException
java.io.IOException