com.hp.hpl.jena.rdf.arp.test
Class LazyFileInputStream

java.lang.Object
  |
  +--java.io.InputStream
        |
        +--com.hp.hpl.jena.rdf.arp.test.LazyFileInputStream

public class LazyFileInputStream
extends java.io.InputStream

Author:
jjc

Constructor Summary
LazyFileInputStream(java.lang.String name)
          Creates new LazyZipEntryInputStream
 
Method Summary
 void close()
           
 int read()
           
 
Methods inherited from class java.io.InputStream
available, mark, markSupported, read, read, reset, skip
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LazyFileInputStream

public LazyFileInputStream(java.lang.String name)
Creates new LazyZipEntryInputStream
Method Detail

read

public int read()
         throws java.io.IOException
Overrides:
read in class java.io.InputStream

close

public void close()
           throws java.io.IOException
Overrides:
close in class java.io.InputStream


Copyright © 2001 Hewlett-Packard. All Rights Reserved.