public interface Location
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
java.io.File |
getFile() |
java.io.InputStream |
getInputStream() |
java.lang.String |
getSpecification() |
void |
open() |
int |
read(byte[] buffer) |
int |
read(java.nio.ByteBuffer buffer) |
java.io.File getFile()
throws java.io.IOException
java.io.IOExceptionvoid open() throws java.io.IOException
java.io.IOExceptionvoid close()
int read(java.nio.ByteBuffer buffer) throws java.io.IOException
java.io.IOExceptionint read(byte[] buffer) throws java.io.IOException
java.io.IOExceptionjava.io.InputStream getInputStream()
throws java.io.IOException
java.io.IOExceptionjava.lang.String getSpecification()
Copyright © 2002-2015 The Apache Software Foundation. All Rights Reserved.