slib.sml.smutils
Class ResultsMerger
java.lang.Object
slib.sml.smutils.ResultsMerger
public class ResultsMerger
- extends Object
Used to results merge files.
Comment start by ! and the process consider first line as header (except those starting by !)
- Author:
- Harispe Sébastien
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
splitSize_default
public static int splitSize_default
ResultsMerger
public ResultsMerger()
process
public void process(String file_a,
String file_b,
String out)
throws slib.utils.ex.SLIB_Ex_Critic
- Throws:
slib.utils.ex.SLIB_Ex_Critic
processLarge
public void processLarge(String file_a,
String file_b,
String output,
String tmp_dir,
Integer split_size)
throws slib.utils.ex.SLIB_Ex_Critic
- Throws:
slib.utils.ex.SLIB_Ex_Critic
getLine
public String getLine(boolean isFile_A,
Long file_index)
throws slib.utils.ex.SLIB_Ex_Critic
- Parameters:
isFile_A
- file_index
-
- Returns:
-
- Throws:
slib.utils.ex.SLIB_Ex_Critic
Copyright © 2013. All Rights Reserved.