public interface Location
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
File |
getFile() |
InputStream |
getInputStream() |
String |
getSpecification() |
void |
open() |
int |
read(byte[] buffer) |
int |
read(ByteBuffer buffer) |
File getFile() throws IOException
IOExceptionvoid open() throws IOException
IOExceptionvoid close()
int read(ByteBuffer buffer) throws IOException
IOExceptionint read(byte[] buffer) throws IOException
IOExceptionInputStream getInputStream() throws IOException
IOExceptionString getSpecification()
Copyright © 2011. All rights reserved.