public class FileManager extends Object
| Constructor and Description |
|---|
FileManager(File root) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
absolutePath(String path,
String name) |
OutputStream |
create(String path,
String name) |
void |
finalize(OutputStream stream) |
protected String |
relativePath(String path,
String name) |
public FileManager(File root)
protected String absolutePath(String path, String name) throws IOException
IOExceptionpublic OutputStream create(String path, String name) throws IOException
IOExceptionpublic void finalize(OutputStream stream) throws IOException
IOExceptionCopyright © 2015–2017 morimekta.net. All rights reserved.