org.apache.sanselan.formats.png.scanlinefilters
Class ScanlineFilterSub

java.lang.Object
  extended by org.apache.sanselan.formats.png.scanlinefilters.ScanlineFilter
      extended by org.apache.sanselan.formats.png.scanlinefilters.ScanlineFilterSub

public class ScanlineFilterSub
extends ScanlineFilter


Constructor Summary
ScanlineFilterSub(int BytesPerPixel)
           
 
Method Summary
 void unfilter(byte[] src, byte[] dst, byte[] up)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScanlineFilterSub

public ScanlineFilterSub(int BytesPerPixel)
Method Detail

unfilter

public void unfilter(byte[] src,
                     byte[] dst,
                     byte[] up)
              throws ImageReadException,
                     java.io.IOException
Specified by:
unfilter in class ScanlineFilter
Throws:
ImageReadException
java.io.IOException


Copyright © 2007-2009. All Rights Reserved.