Class DataTelegrams


  • public 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 Detail

      • DataTelegrams

        public DataTelegrams()
    • 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