public abstract static class EventOutputStreams.OutputFile extends Object
FolderComputation
the containing Folder
can be moved without keeping the events log open.Constructor and Description |
---|
OutputFile() |
Modifier and Type | Method and Description |
---|---|
boolean |
canWriteNow()
Returns
true if the output file can be written to now, false if the write should be delayed. |
abstract File |
get()
Returns the file that output is being sent to.
|
@NonNull public abstract File get()
public boolean canWriteNow()
true
if the output file can be written to now, false
if the write should be delayed.true
if the output file can be written to now, false
if the write should be delayedCopyright © 2016–2020. All rights reserved.