public interface FileSyncHelper
| Modifier and Type | Method and Description |
|---|---|
void |
appendFile(File file,
byte[] bytes) |
byte[] |
readFile(File file) |
void |
writeFile(File file,
byte[] bytes) |
Copyright © 2021 Suncode. All rights reserved.