Class BaseFileReader

    • Field Detail

      • file

        protected java.io.File file
      • content

        protected java.nio.ByteBuffer content
    • Constructor Detail

      • BaseFileReader

        public BaseFileReader​(SHPParser shapefile,
                              java.io.File file)
                       throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • read

        public abstract void read​(java.lang.String charset)
                           throws java.lang.Exception
        Throws:
        java.lang.Exception
      • load

        public static java.nio.ByteBuffer load​(java.io.File file)
                                        throws java.io.IOException
        Throws:
        java.io.IOException
      • getShapeFile

        public SHPParser getShapeFile()
      • getFile

        public java.io.File getFile()