com.caucho.server.admin
Class HmuxOutput
java.lang.Object
java.io.OutputStream
com.caucho.server.admin.HmuxOutput
- All Implemented Interfaces:
- java.io.Closeable, java.io.Flushable
public class HmuxOutput
- extends java.io.OutputStream
Admin output stream
|
Constructor Summary |
HmuxOutput(java.lang.String servicePath)
|
|
Method Summary |
void |
close()
|
void |
open(java.io.OutputStream os)
|
void |
write(byte[] data,
int offset,
int length)
|
void |
write(int ch)
|
| Methods inherited from class java.io.OutputStream |
flush, write |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HmuxOutput
public HmuxOutput(java.lang.String servicePath)
open
public void open(java.io.OutputStream os)
throws java.io.IOException
- Throws:
java.io.IOException
write
public void write(int ch)
throws java.io.IOException
- Specified by:
write in class java.io.OutputStream
- Throws:
java.io.IOException
write
public void write(byte[] data,
int offset,
int length)
throws java.io.IOException
- Overrides:
write in class java.io.OutputStream
- Throws:
java.io.IOException
close
public void close()
throws java.io.IOException
- Specified by:
close in interface java.io.Closeable- Overrides:
close in class java.io.OutputStream
- Throws:
java.io.IOException