|
JBoss Log Manager 1.4.0.Beta1 | |||||||||
| 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.jboss.logmanager.handlers.UninterruptibleOutputStream
public final class UninterruptibleOutputStream
An output stream which is not interruptible.
| Field Summary |
|---|
| Fields inherited from class java.io.FilterOutputStream |
|---|
out |
| Constructor Summary | |
|---|---|
UninterruptibleOutputStream(OutputStream out)
Construct a new instance. |
|
| Method Summary | |
|---|---|
void |
close()
Close the stream uninterruptibly. |
void |
flush()
Flush the stream uninterruptibly. |
String |
toString()
Get the string representation of this stream. |
void |
write(byte[] b,
int off,
int len)
Write the given bytes uninterruptibly. |
void |
write(int b)
Write the given byte uninterruptibly. |
| Methods inherited from class java.io.FilterOutputStream |
|---|
write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UninterruptibleOutputStream(OutputStream out)
out - the delegate stream| Method Detail |
|---|
public void write(int b)
throws IOException
write in class FilterOutputStreamb - the byte to write
IOException - if an error occurs
public void write(byte[] b,
int off,
int len)
throws IOException
write in class FilterOutputStreamb - the bytes to writeoff - the offset into the arraylen - the length of the array to write
IOException - if an error occurs
public void flush()
throws IOException
flush in interface Flushableflush in class FilterOutputStreamIOException - if an error occurs
public void close()
throws IOException
close in interface Closeableclose in class FilterOutputStreamIOException - if an error occurspublic String toString()
toString in class Object
|
JBoss Log Manager 1.4.0.Beta1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||