public class InputStreamStorage extends Storage
| Constructor and Description |
|---|
InputStreamStorage(InputStream is) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
InputStream |
getArray(String name) |
InputStream |
getObject() |
public InputStreamStorage(InputStream is)
public InputStream getObject() throws IOException
getObject in class StorageIOExceptionpublic InputStream getArray(String name)
public void close()
throws IOException
IOExceptionCopyright © 2024. All rights reserved.