public class FileStorage extends 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 class StorageIOExceptionpublic InputStream getArray(String name) throws IOException
getArray in class StorageIOExceptionpublic void close()
Copyright © 2024. All rights reserved.