public interface IFileBuffer
| Modifier and Type | Field and Description |
|---|---|
static long |
BUFFER_WAIT_TIME_MS |
| Modifier and Type | Method and Description |
|---|---|
void |
addFileToBuffer(File file)
The file is added to a buffer which waits a certain time.
|
static final long BUFFER_WAIT_TIME_MS
void addFileToBuffer(File file)
file - the file to add to the bufferCopyright © 2019. All rights reserved.