org.extex.font.format.pl
Class PlReader

java.lang.Object
  extended by org.extex.font.format.pl.PlReader

public class PlReader
extends java.lang.Object

Reader for a PL file. TODO: incomplete

Version:
$Revision: 5620 $
Author:
Michael Niedermair

Nested Class Summary
static class PlReader.Chars
          Container for a character.
 
Constructor Summary
PlReader(java.io.File file)
          Create a new object.
PlReader(java.io.InputStream in)
          Create a new object.
PlReader(java.lang.String file)
          Create a new object.
 
Method Summary
 java.util.SortedMap<java.lang.Integer,PlReader.Chars> getCharacters()
          Returns the characters.
 java.util.Map<java.lang.Object,java.lang.Object> getPlcommands()
          Returns the plcommands.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlReader

public PlReader(java.io.File file)
         throws java.io.IOException
Create a new object.

Parameters:
file - The file.
Throws:
java.io.IOException - if an IO-error occurred.

PlReader

public PlReader(java.io.InputStream in)
         throws java.io.IOException
Create a new object.

Parameters:
in - The input stream.
Throws:
java.io.IOException - if an IO-error occurred.

PlReader

public PlReader(java.lang.String file)
         throws java.io.IOException
Create a new object.

Parameters:
file - The file.
Throws:
java.io.IOException - if an IO-error occurred.
Method Detail

getCharacters

public java.util.SortedMap<java.lang.Integer,PlReader.Chars> getCharacters()
Returns the characters.

Returns:
Returns the characters.

getPlcommands

public java.util.Map<java.lang.Object,java.lang.Object> getPlcommands()
Returns the plcommands.

Returns:
Returns the plcommands.