ImageRawStream.ByteArrayStreamFactory
public static interface ImageRawStream.InputStreamFactory
Modifier and Type | Method | Description |
---|---|---|
void |
close() |
Closes the factory and releases any resources held open during the lifetime of this
object.
|
InputStream |
createInputStream() |
Creates and returns a new InputStream.
|
boolean |
isUsedOnceOnly() |
Indicates whether this factory is only usable once or many times.
|
boolean isUsedOnceOnly()
InputStream createInputStream()
void close()
Copyright © 2018 Apache Software Foundation. All rights reserved.