public class FileMerge extends Object implements Callable<String>
FileMerge(File file)
FileMerge(File file, int bufferSize)
FileMerge(String file)
FileMerge(String file, int bufferSize)
String
call()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public FileMerge(String file)
public FileMerge(String file, int bufferSize)
public FileMerge(File file)
public FileMerge(File file, int bufferSize)
public String call()
call
Callable<String>
Copyright © 2024. All rights reserved.