Interface Binary
- All Superinterfaces:
Serializable
Common Binary representation interface, reflecting any binary content.
After use, dispose()
must be invoked.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
dispose()
Clean up any resources opened in this binary.Return input stream of this binary.
-
Method Details
-
getInputStream
Return input stream of this binary.- Returns:
- input stream of this binary
- Throws:
IOException
- if IO exception occurs
-
dispose
void dispose()Clean up any resources opened in this binary.
-