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

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

public class LazyZipEntryInputStream
extends java.io.InputStream

Author:
jjc

Constructor Summary
LazyZipEntryInputStream(java.util.zip.ZipFile zip, 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

LazyZipEntryInputStream

public LazyZipEntryInputStream(java.util.zip.ZipFile zip,
                               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.