public abstract class Storage extends Object implements Closeable
| Constructor and Description |
|---|
Storage() |
| Modifier and Type | Method and Description |
|---|---|
abstract InputStream |
getArray(String path) |
abstract InputStream |
getObject() |
public abstract InputStream getObject() throws IOException
IOExceptionpublic abstract InputStream getArray(String path) throws IOException
IOExceptionCopyright © 2024. All rights reserved.