Class DBFReader

    • Field Detail

      • fileType

        protected byte fileType
      • year

        protected int year
      • month

        protected int month
      • day

        protected int day
      • recordsCount

        protected int recordsCount
      • headerSize

        protected int headerSize
      • recordSize

        protected int recordSize
      • records

        protected java.lang.String[][] records
    • Constructor Detail

      • DBFReader

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

      • read

        public void read​(java.lang.String charset)
                  throws java.lang.Exception
        Specified by:
        read in class BaseFileReader
        Throws:
        java.lang.Exception
      • getContent

        public java.lang.String[][] getContent()
      • getFields

        public DBFField[] getFields()