org.freehep.postscript.processor
Class Scanner
java.lang.Object
org.freehep.postscript.processor.Scanner
public class Scanner
- extends Object
Scanner for PostScript input
- Author:
- Mark Donszelmann
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Scanner
public Scanner(InputStream in,
DSC dsc)
throws IOException
- Throws:
IOException
close
public void close()
throws IOException
- Throws:
IOException
nextToken
public PSObject nextToken(boolean packingMode,
NameLookup lookup)
throws IOException,
SyntaxException,
NameNotFoundException
- Throws:
IOException
SyntaxException
NameNotFoundException
getLineNo
public int getLineNo()
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
Copyright © 2001-2009 FreeHEP. All Rights Reserved.