| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Deletes the data.
|
boolean |
exists()
Returns
true if and only if the data exists. |
InputStream |
input()
Returns a new input stream for reading the binary data from this source.
|
OutputStream |
output()
Returns a new output stream for writing the binary data to this sink.
|
public FileStore(File file)
public void delete()
throws IOException
Storedelete in interface StoreIOExceptionpublic boolean exists()
Storetrue if and only if the data exists.public InputStream input() throws IOException
Sourceinput in interface SourceIOExceptionpublic OutputStream output() throws IOException
Sinkoutput in interface SinkIOExceptionCopyright © 2005–2017 Schlichtherle IT Services. All rights reserved.