Class DataTelegrams
java.lang.Object
de.bsvrz.dav.daf.communication.lowLevel.telegrams.DataTelegrams
public final class DataTelegrams
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description DataTelegrams()
-
Method Summary
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)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DataTelegrams
public DataTelegrams()
-
-
Method Details
-
getTelegramStream
public static java.io.DataInputStream getTelegramStream(java.io.DataInputStream in, int telegramLength) throws java.io.IOException- Throws:
java.io.IOException
-
checkAndReadUTF
public static java.lang.String checkAndReadUTF(java.io.DataInputStream in) throws java.io.IOException- Throws:
java.io.IOException
-
checkAndReadBigInteger
public static java.math.BigInteger checkAndReadBigInteger(java.io.DataInputStream in) throws java.io.IOException- Throws:
java.io.IOException
-