- java.lang.Object
-
- java.io.OutputStream
-
- org.fusesource.common.util.LoggingOutputStream
-
-
Method Summary
Methods
Modifier and Type |
Method and Description |
void |
close() |
protected java.io.ByteArrayOutputStream |
createBuffer() |
void |
flush() |
protected void |
logMessage(java.lang.String text) |
void |
write(int b) |
-
Methods inherited from class java.io.OutputStream
write, write
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
close
public void close()
- Specified by:
close
in interface java.io.Closeable
- Specified by:
close
in interface java.lang.AutoCloseable
- Overrides:
close
in class java.io.OutputStream
-
flush
public void flush()
- Specified by:
flush
in interface java.io.Flushable
- Overrides:
flush
in class java.io.OutputStream
Copyright © 2016 Red Hat. All Rights Reserved.