byucc.jhdl.parsers.edif.sablecc
Class LowerCaseFileReader

java.lang.Object
  extended byjava.io.Reader
      extended byjava.io.InputStreamReader
          extended byjava.io.FileReader
              extended bybyucc.jhdl.parsers.edif.sablecc.LowerCaseFileReader

public class LowerCaseFileReader
extends java.io.FileReader


Field Summary
 
Fields inherited from class java.io.Reader
lock
 
Constructor Summary
LowerCaseFileReader(java.lang.String fileName)
           
 
Method Summary
 int read()
           
 
Methods inherited from class java.io.InputStreamReader
close, getEncoding, read, ready
 
Methods inherited from class java.io.Reader
mark, markSupported, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LowerCaseFileReader

public LowerCaseFileReader(java.lang.String fileName)
                    throws java.io.FileNotFoundException
Method Detail

read

public int read()
         throws java.io.IOException
Throws:
java.io.IOException


Copyright ? 2006 Brigham Young University, Configurable Computing Laboratory. All Rights Reserved.