public abstract class PsEncodeFilter
extends java.io.FilterOutputStream
Constructor and Description |
---|
PsEncodeFilter(java.io.OutputStream out)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
abstract java.lang.String |
getDecodeName()
Return the PostScript name of the filter that should be used to decode
content encoded by this filter.
|
abstract java.lang.String |
getDecodeParms()
Return a parameter dictionary for this filter, or null if there is none.
|
abstract java.lang.String |
getName()
Return a PostScript name representation of the filter, e.g.
|
abstract void |
setDecodeParms(java.lang.String decodeParms)
Sets the decode parameters for this filter.
|
abstract void |
setInactive()
Sets this filter to a state where it acts as a null filter, simply passing the data through as received.
|
abstract void |
setLineLength(int lineLength)
Sets the length of the output line that should be written during encoding.
|
public PsEncodeFilter(java.io.OutputStream out)
out
- The output stream being wrapped.public abstract java.lang.String getName()
public abstract java.lang.String getDecodeName()
public abstract void setDecodeParms(java.lang.String decodeParms)
decodeParms
- The new decode parameters.public abstract java.lang.String getDecodeParms()
public abstract void setInactive()
public abstract void setLineLength(int lineLength)
PsFilterType.ASCII_HEX
, and will be ignored by
other filter types.lineLength
- The length, in ASCII characters, of the filter output lines.This documentation was created 2017-01-24 at 21:26 GMT by The aXSL Group and may be freely copied. See license for details.