Class DbaseFileReader.Row

  • Enclosing class:
    DbaseFileReader

    public final class DbaseFileReader.Row
    extends Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Row()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isDeleted()  
      Object read​(int column)  
      String toString()  
      • Methods inherited from class Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Row

        public Row()
    • Method Detail

      • read

        public Object read​(int column)
                    throws IOException
        Throws:
        IOException
      • toString

        public String toString()
        Overrides:
        toString in class Object
      • isDeleted

        public boolean isDeleted()