org.crsh.fs
Interface FileSystem

All Known Implementing Classes:
Importer

public interface FileSystem

Version:
$Revision$
Author:
Julien Viet

Method Summary
 void endDirectory(java.lang.String directoryName)
           
 void file(java.lang.String fileName, int length, java.io.InputStream data)
           
 void startDirectory(java.lang.String directoryName)
           
 

Method Detail

startDirectory

void startDirectory(java.lang.String directoryName)
                    throws java.io.IOException
Throws:
java.io.IOException

file

void file(java.lang.String fileName,
          int length,
          java.io.InputStream data)
          throws java.io.IOException
Throws:
java.io.IOException

endDirectory

void endDirectory(java.lang.String directoryName)
                  throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2010 eXo Platform SAS. All Rights Reserved.