org.crsh.jcr
Interface FileSystem

All Known Implementing Classes:
Importer

public interface FileSystem

Version:
$Revision$
Author:
Julien Viet

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

Method Detail

startDirectory

void startDirectory(String directoryName)
                    throws IOException
Throws:
IOException

file

void file(String fileName,
          int length,
          InputStream data)
          throws IOException
Throws:
IOException

endDirectory

void endDirectory(String directoryName)
                  throws IOException
Throws:
IOException


Copyright © 2012 eXo Platform SAS. All Rights Reserved.