public class PersistentOutputStream extends FilterOutputStream
out| Constructor and Description |
|---|
PersistentOutputStream(OutputStream pStream)
Ctor.
|
PersistentOutputStream(OutputStream pStream,
boolean pClosable)
Ctor.
|
public PersistentOutputStream(OutputStream pStream)
pStream - The underlying streampublic PersistentOutputStream(OutputStream pStream, boolean pClosable)
pStream - The underlying streampClosable - If false this stream will ignore calls to the
close() method.public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class FilterOutputStreamIOExceptionCopyright © 2005, 2012 IBM Corporation. All Rights Reserved.