public class FileSyncHelperImpl extends Object implements FileSyncHelper
| Constructor and Description |
|---|
FileSyncHelperImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
appendFile(File file,
byte[] bytes) |
byte[] |
readFile(File file) |
void |
writeFile(File file,
byte[] bytes) |
public byte[] readFile(File file)
readFile in interface FileSyncHelperpublic void writeFile(File file, byte[] bytes)
writeFile in interface FileSyncHelperpublic void appendFile(File file, byte[] bytes)
appendFile in interface FileSyncHelperCopyright © 2021 Suncode. All rights reserved.