public abstract class AbstractInputStreamImageProvider extends AbstractImageProvider
| Constructor and Description |
|---|
AbstractInputStreamImageProvider(boolean keepTemplateImageSize) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
doIsValid() |
protected abstract java.io.InputStream |
getInputStream() |
protected IImageInfo |
loadImageInfo()
Load image info.
|
void |
write(java.io.OutputStream outputStream)
Write the binary data of the image in the given output stream.
|
getBehaviour, getHeight, getImageInfo, getWidth, isResize, isUseImageSize, isValid, resetImageInfo, setBehaviour, setHeight, setResize, setSize, setUseImageSize, setWidthclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetImageFormatpublic AbstractInputStreamImageProvider(boolean keepTemplateImageSize)
public void write(java.io.OutputStream outputStream)
throws java.io.IOException
IImageProviderjava.io.IOExceptionprotected abstract java.io.InputStream getInputStream()
throws java.io.IOException
java.io.IOExceptionprotected boolean doIsValid()
doIsValid in class AbstractImageProviderprotected IImageInfo loadImageInfo() throws java.io.IOException
AbstractImageProviderloadImageInfo in class AbstractImageProviderjava.io.IOExceptionCopyright © 2022. All Rights Reserved.