org.freehep.postscript
Class Scanner
java.lang.Object
org.freehep.postscript.Scanner
public class Scanner
- extends Object
Scanner for PostScript input
- Version:
- $Id: Scanner.java 8951 2006-09-12 21:44:14Z duns $
- Author:
- Mark Donszelmann
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Scanner
public Scanner(PushbackInputStream 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 © 2000-2006 FreeHEP. All Rights Reserved.