|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.OutputStream
java.io.FilterOutputStream
org.sblim.cimclient.internal.http.io.PersistentOutputStream
public class PersistentOutputStream
Class PersistentOutputStream implements an output stream for which close() can be disabled.
| Field Summary |
|---|
| Fields inherited from class java.io.FilterOutputStream |
|---|
out |
| Constructor Summary | |
|---|---|
PersistentOutputStream(java.io.OutputStream pStream)
Ctor. |
|
PersistentOutputStream(java.io.OutputStream pStream,
boolean pClosable)
Ctor. |
|
| Method Summary | |
|---|---|
void |
close()
|
| Methods inherited from class java.io.FilterOutputStream |
|---|
flush, write, write, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PersistentOutputStream(java.io.OutputStream pStream)
pStream - The underlying stream
public PersistentOutputStream(java.io.OutputStream pStream,
boolean pClosable)
pStream - The underlying streampClosable - If false this stream will ignore calls to the
close() method.| Method Detail |
|---|
public void close()
throws java.io.IOException
close in interface java.io.Closeableclose in class java.io.FilterOutputStreamjava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||