de.intarsys.pdf.filter
Class RunLengthOutputStream
java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
de.intarsys.pdf.filter.RunLengthOutputStream
- All Implemented Interfaces:
- Closeable, Flushable
public class RunLengthOutputStream
- extends FilterOutputStream
An output stream support run length encoding defined in the PDF spec.
THIS IS NOT YET TESTED
RunLengthOutputStream
public RunLengthOutputStream(OutputStream out)
close
public void close()
throws IOException
- Specified by:
close
in interface Closeable
- Overrides:
close
in class FilterOutputStream
- Throws:
IOException
write
public void write(int b)
throws IOException
- Overrides:
write
in class FilterOutputStream
- Throws:
IOException
Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.