org.jicarilla.io
Interface Filesystem

All Known Implementing Classes:
FilesystemImpl

public interface Filesystem

Version:
$Id: Filesystem.java,v 1.2 2004/01/04 16:10:17 lsimons Exp $
Author:
Leo Simons

Method Summary
 java.nio.channels.ReadableByteChannel getFile(java.lang.String relativePath)
           
 void returnFile(java.nio.channels.ReadableByteChannel channel)
           
 

Method Detail

getFile

public java.nio.channels.ReadableByteChannel getFile(java.lang.String relativePath)
                                              throws java.io.FileNotFoundException
Throws:
java.io.FileNotFoundException

returnFile

public void returnFile(java.nio.channels.ReadableByteChannel channel)


Copyright © 2004 Leo Simons. All Rights Reserved.