Class ObjectDataReader

  • All Implemented Interfaces:
    DataReader

    public class ObjectDataReader
    extends java.lang.Object
    implements DataReader
    • Constructor Summary

      Constructors 
      Constructor Description
      ObjectDataReader​(java.io.ObjectInputStream ois)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double readDouble()  
      int readInt()  
      java.lang.String readUTF()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ObjectDataReader

        public ObjectDataReader​(java.io.ObjectInputStream ois)
    • Method Detail

      • readDouble

        public double readDouble()
                          throws java.io.IOException
        Specified by:
        readDouble in interface DataReader
        Throws:
        java.io.IOException
      • readInt

        public int readInt()
                    throws java.io.IOException
        Specified by:
        readInt in interface DataReader
        Throws:
        java.io.IOException
      • readUTF

        public java.lang.String readUTF()
                                 throws java.io.IOException
        Specified by:
        readUTF in interface DataReader
        Throws:
        java.io.IOException