public interface WritableFile extends Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
append(Slice data)
Append
data to current file position. |
void |
force()
Force sync bytes to filesystem.
|
void append(Slice data) throws IOException
data to current file position.data - data to appendIOException - on any error accessing filevoid force()
throws IOException
IOException - on any error accessing fileCopyright © 2011–2020. All rights reserved.