Class PlainTextFileDataReader

  • All Implemented Interfaces:
    DataReader

    public class PlainTextFileDataReader
    extends java.lang.Object
    implements DataReader
    • Constructor Detail

      • PlainTextFileDataReader

        public PlainTextFileDataReader​(java.io.File f)
                                throws java.io.IOException
        Throws:
        java.io.IOException
      • PlainTextFileDataReader

        public PlainTextFileDataReader​(java.io.InputStream in)
      • PlainTextFileDataReader

        public PlainTextFileDataReader​(java.io.BufferedReader in)
    • 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