org.freehep.postscript.types
Interface PSDataTarget

All Known Implementing Classes:
PSOutputFile, PSString

public interface PSDataTarget

Objects for PostScript Processor, as defined in 3.3 Data Types and Objects

Version:
$Id: src/main/java/org/freehep/postscript/PSDataTarget.java 17245790f2a9 2006/09/12 21:44:14 duns $
Author:
Mark Donszelmann

Method Summary
 OutputStream getOutputStream()
           
 void write(int b, boolean secure)
           
 

Method Detail

getOutputStream

OutputStream getOutputStream()

write

void write(int b,
           boolean secure)
           throws IOException
Throws:
IOException


Copyright © 2001-2009 FreeHEP. All Rights Reserved.