de.intarsys.pdf.filter
Interface IFilter
- All Known Implementing Classes:
- ASCII85Filter, ASCIIHexFilter, CCITTFaxFilter, CryptFilter, DCTFilter, Filter, FlateFilter, JBIG2Filter, JPXFilter, LZWFilter, RunLengthFilter, StreamBasedFilter
public interface IFilter
encode
byte[] encode(byte[] source,
int offset,
int length)
throws IOException
- Throws:
IOException
decode
byte[] decode(byte[] source,
int offset,
int length)
throws IOException
- Throws:
IOException
setStream
void setStream(COSStream stream)
getStream
COSStream getStream()
Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.