PDF Clown
0.0.8

it.stefanochizzolini.clown.tokens
Class Writer

java.lang.Object
  extended by it.stefanochizzolini.clown.tokens.Writer

public class Writer
extends Object

PDF file writer.

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

Constructor Summary
Writer(IOutputStream stream, File file)
          For internal use only.
 
Method Summary
 IOutputStream getStream()
           
 void writeIncremental()
          Serializes the PDF file as incremental update [PDF:1.6:3.4.5].
 void writeStandard()
          Serializes the PDF file compactly [PDF:1.6:3.4].
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Writer

public Writer(IOutputStream stream,
              File file)
For internal use only.

Method Detail

getStream

public IOutputStream getStream()

writeStandard

public void writeStandard()
Serializes the PDF file compactly [PDF:1.6:3.4].


writeIncremental

public void writeIncremental()
Serializes the PDF file as incremental update [PDF:1.6:3.4.5].


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.