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
All Methods Static Methods Concrete Methods 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)
-
-
-
Method Detail
-
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
-
-