public class FileStorage extends Object implements Storage
| Constructor and Description |
|---|
FileStorage(File file) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
InputStream |
getArray(String name) |
InputStream |
getObject() |
public FileStorage(File file)
public InputStream getObject() throws IOException
getObject in interface StorageIOExceptionpublic InputStream getArray(String name) throws IOException
getArray in interface StorageIOExceptionpublic void close()
close in interface Closeableclose in interface AutoCloseableCopyright © 2020. All rights reserved.