org.freehep.util.io
Class NoCloseOutputStream
java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
java.io.BufferedOutputStream
org.freehep.util.io.NoCloseOutputStream
- public class NoCloseOutputStream
- extends BufferedOutputStream
The NoCloseOutputStream ignores the close so that one can keep writing to the underlying stream.
- Version:
- $Id: NoCloseOutputStream.java,v 1.1 2003/04/30 22:16:15 duns Exp $
- Author:
- Mark Donszelmann
- Source Code:
- NoCloseOutputStream.java
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NoCloseOutputStream
public NoCloseOutputStream(OutputStream stream)
NoCloseOutputStream
public NoCloseOutputStream(OutputStream 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.