public interface FileWritingProcess
| Modifier and Type | Method and Description |
|---|---|
void |
abort() |
void |
awaitDone()
Wait for the write process to complete
|
InputStream |
newInputStream()
Attempt to establish an input stream while the data is being written
New input streams will refer to the current target file of the write process.
|
boolean |
supportsConcurrentRead() |
void abort()
boolean supportsConcurrentRead()
InputStream newInputStream()
void awaitDone()
Copyright © 2020. All rights reserved.