org.freehep.postscript
Interface PSDataSource

All Known Implementing Classes:
PSInputFile, PSString

public interface PSDataSource

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

Version:
$Id: PSDataSource.java 8951 2006-09-12 21:44:14Z duns $
Author:
Mark Donszelmann

Method Summary
 DSC getDSC()
           
 InputStream getInputStream()
           
 int read()
           
 void reset()
           
 

Method Detail

getInputStream

InputStream getInputStream()

read

int read()
         throws IOException
Throws:
IOException

reset

void reset()
           throws IOException
Throws:
IOException

getDSC

DSC getDSC()


Copyright © 2000-2006 FreeHEP. All Rights Reserved.