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
IOException
void open() throws IOException
IOException
void close()
int read(ByteBuffer buffer) throws IOException
IOException
int read(byte[] buffer) throws IOException
IOException
InputStream getInputStream() throws IOException
IOException
String getSpecification()
Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.