psdi.app.bim.parser.cobie

Class CsvInputTokenizer

  • java.lang.Object
    • psdi.app.bim.parser.cobie.CsvInputTokenizer
    • Constructor Summary

      Constructors 
      Constructor and Description
      CsvInputTokenizer(java.io.InputStream is) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void close() 
      java.lang.String[] getRow() 
      boolean setCurrentTab(java.lang.String name) 
      • Methods inherited from class java.lang.Object

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

      • CsvInputTokenizer

        public CsvInputTokenizer(java.io.InputStream is)
    • Method Detail

      • getRow

        public java.lang.String[] getRow()
                                  throws java.io.IOException
        Specified by:
        getRow in interface InputTokenizer
        Throws:
        java.io.IOException