|
JBoss Log Manager 1.3.2.Final-redhat-1 | |||||||||
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 streamMethod Detail |
---|
public void write(int b) throws IOException
write
in class FilterOutputStream
b
- the byte to write
IOException
- if an error occurspublic void write(byte[] b, int off, int len) throws IOException
write
in class FilterOutputStream
b
- the bytes to writeoff
- the offset into the arraylen
- the length of the array to write
IOException
- if an error occurspublic void flush() throws IOException
flush
in interface Flushable
flush
in class FilterOutputStream
IOException
- if an error occurspublic void close() throws IOException
close
in interface Closeable
close
in class FilterOutputStream
IOException
- if an error occurspublic String toString()
toString
in class Object
|
JBoss Log Manager 1.3.2.Final-redhat-1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |