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,v 1.3 2004/01/12 20:19:15 duns Exp $
- Author:
- Mark Donszelmann
- Source Code:
- PSDataSource.java
getInputStream
public InputStream getInputStream()
read
public int read()
throws IOException
- Throws:
IOException
reset
public void reset()
throws IOException
- Throws:
IOException
getDSC
public DSC getDSC()
Copyright © 2000-2004 FreeHEP, All Rights Reserved.