org.pdfclown.bytes.filters
Class ASCII85Filter
java.lang.Object
org.pdfclown.bytes.filters.Filter
org.pdfclown.bytes.filters.ASCII85Filter
@PDF(value=PDF10)
public final class ASCII85Filter
- extends Filter
ASCII base-85 filter [PDF:1.6:3.3.2].
- Since:
- 0.0.8
- Version:
- 0.1.1, 04/25/11
- Author:
- J. James Jack (james{dot}jack{at}symyx{dot}com), Stefano Chizzolini (http://www.stefanochizzolini.it)
Methods inherited from class org.pdfclown.bytes.filters.Filter |
get |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
decode
public byte[] decode(byte[] data,
int offset,
int length,
PdfDictionary parameters)
- Specified by:
decode
in class Filter
encode
public byte[] encode(byte[] data,
int offset,
int length,
PdfDictionary parameters)
- Specified by:
encode
in class Filter
Project home page
Copyright © 2006-2013 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.