public class PersistentOutputStream
extends java.io.FilterOutputStream
| Constructor | Description |
|---|---|
PersistentOutputStream(java.io.OutputStream pStream) |
Ctor.
|
PersistentOutputStream(java.io.OutputStream pStream,
boolean pClosable) |
Ctor.
|
| Modifier and Type | Method | 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, 2013 IBM Corporation. All Rights Reserved.