org.freehep.postscript.types
Interface PSDataSource

All Known Implementing Classes:
PSInputFile, PSString

public interface PSDataSource

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

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 © 2001-2009 FreeHEP. All Rights Reserved.