PDF Clown
0.0.8

it.stefanochizzolini.clown.bytes.filters
Class FlateFilter

java.lang.Object
  extended by it.stefanochizzolini.clown.bytes.filters.Filter
      extended by it.stefanochizzolini.clown.bytes.filters.FlateFilter

public class FlateFilter
extends Filter

zlib/deflate [RFC:1950,1951] filter [PDF:1.6:3.3.3].

Since:
0.0.2
Version:
0.0.2
Author:
Stefano Chizzolini (http://www.stefanochizzolini.it)

Method Summary
 byte[] decode(byte[] data, int offset, int length)
           
 byte[] encode(byte[] data, int offset, int length)
           
 
Methods inherited from class it.stefanochizzolini.clown.bytes.filters.Filter
get
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

decode

public byte[] decode(byte[] data,
                     int offset,
                     int length)
Specified by:
decode in class Filter

encode

public byte[] encode(byte[] data,
                     int offset,
                     int length)
Specified by:
encode in class Filter

PDF Clown
0.0.8

Project home page

Copyright © 2006-2010 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.