public interface IStreamConnector<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
canRead(T uri) |
boolean |
canWrite(T uri) |
boolean |
exist(T uri) |
long |
getContentLength(URI uri) |
InputStream |
openInputStream(T uri) |
OutputStream |
openOutputStream(T uri) |
boolean exist(T uri)
boolean canRead(T uri)
boolean canWrite(T uri)
InputStream openInputStream(T uri) throws IOException
IOExceptionOutputStream openOutputStream(T uri) throws IOException
IOExceptionlong getContentLength(URI uri) throws IOException
IOExceptionCopyright © 2007–2016 Andreas Bartels. All rights reserved.