DefaultFileSystemUtils

public class DefaultFileSystemUtils implements com.nikolavp.approval.utils.FileSystemUtils

A default implementation for com.nikolavp.approval.utils.FileSystemUtils. This one just delegates to methods in Files. User: nikolavp Date: 27/02/14 Time: 12:26

Methods

createDirectories

public void createDirectories(File directory)

move

public void move(Path path, Path filePath)

readFully

public byte[] readFully(Path path)

touch

public void touch(Path pathToCreate)

write

public void write(Path path, byte[] value)