public class FakeFileManager extends FileManager
| Constructor and Description |
|---|
FakeFileManager(File root) |
| Modifier and Type | Method and Description |
|---|---|
OutputStream |
create(String path,
String name) |
void |
finalize(OutputStream stream) |
absolutePath, relativePathpublic FakeFileManager(File root)
public OutputStream create(String path, String name) throws IOException
create in class FileManagerIOExceptionpublic void finalize(OutputStream stream) throws IOException
finalize in class FileManagerIOExceptionCopyright © 2016. All rights reserved.