public interface FileWriterI
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
OutputStream |
getStreamOutputForPath(String fullDestFilePath) |
void |
writeBytesAtPath(String fullDestFilePath,
byte[] data) |
void |
writeBytesAtPathIfNotExist(String fullDestFilePath,
byte[] data) |
void |
writeFile(File fileToWrite,
String fullDestFilePath) |
OutputStream getStreamOutputForPath(String fullDestFilePath) throws IOException
IOExceptionvoid writeFile(File fileToWrite, String fullDestFilePath) throws IOException
IOExceptionvoid writeBytesAtPathIfNotExist(String fullDestFilePath, byte[] data) throws IOException
IOExceptionvoid writeBytesAtPath(String fullDestFilePath, byte[] data) throws IOException
IOExceptionvoid close()
Copyright © 2018. All Rights Reserved.