public class InputStreamStorage extends Object implements 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 interface StorageIOExceptionpublic InputStream getArray(String name)
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2021. All rights reserved.