public interface FileSystem
| Modifier and Type | Method and Description |
|---|---|
void |
beginDirectory(String directoryName) |
void |
endDirectory(String directoryName) |
void |
file(String fileName,
int length,
InputStream data) |
void beginDirectory(String directoryName) throws IOException
IOExceptionvoid file(String fileName, int length, InputStream data) throws IOException
IOExceptionvoid endDirectory(String directoryName) throws IOException
IOExceptionCopyright © 2013 eXo Platform SAS. All Rights Reserved.