org.apache.maven.shared.io.location
Interface Location
- All Known Implementing Classes:
- FileLocation
- public interface Location
getFile
public File getFile()
throws IOException
- Throws:
IOException
open
public void open()
throws IOException
- Throws:
IOException
close
public void close()
read
public int read(ByteBuffer buffer)
throws IOException
- Throws:
IOException
read
public int read(byte[] buffer)
throws IOException
- Throws:
IOException
getSpecification
public String getSpecification()
Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.