org.apache.fop.render.bitmap

Class MultiFileRenderingUtil


public class MultiFileRenderingUtil
extends java.lang.Object

This utility class helps renderers who generate one file per page, like the PNG renderer.

Constructor Summary

MultiFileRenderingUtil(String ext, File outputFile)
Creates a new instance.

Method Summary

OutputStream
createOutputStream(int pageNumber)

Constructor Details

MultiFileRenderingUtil

public MultiFileRenderingUtil(String ext,
                              File outputFile)
Creates a new instance.

The file name must not have an extension, or must have extension "png", and its last period must not be at the start (empty file prefix).

Parameters:
ext - the extension to be used
outputFile - the output file or null if there's no such information

Method Details

createOutputStream

public OutputStream createOutputStream(int pageNumber)
            throws IOException

Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.