public interface Store extends Source, Sink
| Modifier and Type | Field and Description |
|---|---|
static int |
BUFSIZE
A reasonable buffer size, which is 8192.
|
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Deletes the data.
|
boolean |
exists()
Returns
true if and only if the data exists. |
static final int BUFSIZE
void delete()
throws IOException
IOExceptionboolean exists()
true if and only if the data exists.Copyright © 2005–2017 Schlichtherle IT Services. All rights reserved.