org.freehep.postscript.processor
Class Scanner

java.lang.Object
  extended by org.freehep.postscript.processor.Scanner

public class Scanner
extends Object

Scanner for PostScript input

Author:
Mark Donszelmann

Constructor Summary
Scanner(InputStream in, DSC dsc)
           
 
Method Summary
 void close()
           
 int getLineNo()
           
static void main(String[] args)
           
 PSObject nextToken(boolean packingMode, NameLookup lookup)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Scanner

public Scanner(InputStream in,
               DSC dsc)
        throws IOException
Throws:
IOException
Method Detail

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.