slib.sml.smutils
Class ResultsMerger

java.lang.Object
  extended by 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

Field Summary
static int splitSize_default
           
 
Constructor Summary
ResultsMerger()
           
 
Method Summary
 String getLine(boolean isFile_A, Long file_index)
           
 void process(String file_a, String file_b, String out)
           
 void processLarge(String file_a, String file_b, String output, String tmp_dir, Integer split_size)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

splitSize_default

public static int splitSize_default
Constructor Detail

ResultsMerger

public ResultsMerger()
Method Detail

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.