Package fork.lib.base.collection

Examples of fork.lib.base.collection.GrepTable


   
   
    ReadTable rt= new ReadTable(tab);
    Table<String> table= new Table<>(rt.getTableAsArray());
   
    GrepTable gt= new GrepTable(table,0);
   
    gt.grep(idsa).writeToFile(new File(list.getParentFile()+"/all_"+FileName.getBaseName(list)+".txt"));
   
}
View Full Code Here

TOP

Related Classes of fork.lib.base.collection.GrepTable

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.