protected abstract static class importer.Bundle
extends java.lang.Object
implements java.lang.AutoCloseable
| Modifier and Type | Field and Description |
|---|---|
java.io.InputStream |
inputStream |
| Constructor and Description |
|---|
Bundle(java.io.InputStream inputStream) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
close()
Close the underlying resource if necessary.
|