public class IOToolImpl extends Object implements IOTool
IOToolImpl()
File
file(String filename)
List<String>
filenames(String dir)
List<File>
files(String dir)
byte[]
load(String filename)
void
save(String filename, byte[] data)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public IOToolImpl()
public List<File> files(String dir)
files
IOTool
public List<String> filenames(String dir)
filenames
public byte[] load(String filename)
load
public void save(String filename, byte[] data)
save
public File file(String filename)
file
Copyright © 2014–2015 Nikolche Mihajlovski and contributors. All rights reserved.