public class TransformParameterBinaryImpl extends TransformParameterImpl implements TransformParameterBinary
TransformParameterBinary
.BINARY_TRANSFORMPARAMETER, HASH_TRANSFORMPARAMETER, URI_TRANSFORMPARAMETER
Constructor and Description |
---|
TransformParameterBinaryImpl() |
Modifier and Type | Method and Description |
---|---|
InputStream |
getBinaryContent()
Gets the binary transform parameter.
|
int |
getTransformParameterType()
Gets the
TransformParameter type. |
void |
setBinaryContent(InputStream binaryContent)
Sets the binary content as a stream.
|
getURI, setURI
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getURI
public void setBinaryContent(InputStream binaryContent)
binaryContent
- The binary content as a stream.public InputStream getBinaryContent()
TransformParameterBinary
getBinaryContent
in interface TransformParameterBinary
InputStream
from which the binary content can
be read.public int getTransformParameterType()
TransformParameter
type.getTransformParameterType
in interface TransformParameter
Copyright © 2016. All rights reserved.