org.apache.maven.shared.io.location
Interface Location

All Known Implementing Classes:
FileLocation

public interface Location


Method Summary
 void close()
           
 File getFile()
           
 String getSpecification()
           
 void open()
           
 int read(byte[] buffer)
           
 int read(ByteBuffer buffer)
           
 

Method Detail

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.