public interface Binary extends Serializable
After use, dispose()
must be invoked.
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Clean up any resources opened in this binary.
|
InputStream |
getInputStream()
Return input stream of this binary.
|
InputStream getInputStream() throws IOException
IOException
- if IO exception occursvoid dispose()
Copyright © 2017–2020 Hippo B.V. (http://www.onehippo.com). All rights reserved.