public class PersistentOutputStream
extends java.io.FilterOutputStream
Constructor and Description |
---|
PersistentOutputStream(java.io.OutputStream pStream)
Ctor.
|
PersistentOutputStream(java.io.OutputStream pStream,
boolean pClosable)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
void |
close() |
public PersistentOutputStream(java.io.OutputStream pStream)
pStream
- The underlying streampublic PersistentOutputStream(java.io.OutputStream pStream, boolean pClosable)
pStream
- The underlying streampClosable
- If false
this stream will ignore calls to the
close() method.Copyright © 2005, 2011 IBM Corporation. All Rights Reserved.