org.freehep.util.io
Class NoCloseInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
java.io.BufferedInputStream
org.freehep.util.io.NoCloseInputStream
- public class NoCloseInputStream
- extends BufferedInputStream
The NoCloseInputStream ignores the close so that one can keep reading from the underlying stream.
- Version:
- $Id: NoCloseInputStream.java,v 1.3 2003/04/30 22:16:15 duns Exp $
- Author:
- Mark Donszelmann
- Source Code:
- NoCloseInputStream.java
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NoCloseInputStream
public NoCloseInputStream(InputStream stream)
NoCloseInputStream
public NoCloseInputStream(InputStream stream,
int size)
close
public void close()
throws IOException
- Throws:
IOException
realClose
public void realClose()
throws IOException
- Throws:
IOException
Copyright © 2000-2004 FreeHEP, All Rights Reserved.