org.apache.maven.shared.io.location
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.IOException
void open() throws java.io.IOException
java.io.IOException
void close()
int read(java.nio.ByteBuffer buffer) throws java.io.IOException
java.io.IOException
int read(byte[] buffer) throws java.io.IOException
java.io.IOException
java.io.InputStream getInputStream() throws java.io.IOException
java.io.IOException
java.lang.String getSpecification()
Copyright © 2014. All Rights Reserved.