org.annotation.util
Class ReplacingFileInputStream

java.lang.Object
  extended byjava.io.InputStream
      extended byorg.annotation.util.ReplacingFileInputStream

public class ReplacingFileInputStream
extends java.io.InputStream


Constructor Summary
ReplacingFileInputStream(java.io.File f, java.lang.String a, java.lang.String b)
           
 
Method Summary
 void close()
           
static void main(java.lang.String[] args)
           
 int read()
           
 
Methods inherited from class java.io.InputStream
available, mark, markSupported, read, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReplacingFileInputStream

public ReplacingFileInputStream(java.io.File f,
                                java.lang.String a,
                                java.lang.String b)
                         throws java.io.FileNotFoundException
Method Detail

read

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

close

public void close()
           throws java.io.IOException
Throws:
java.io.IOException

main

public static void main(java.lang.String[] args)


Copyright © 2004 Thomas Morton and Jeremy LaCivita. All Rights Reserved.