public class PhpStderr extends AbstractBinaryOutput
SEEK_CUR, SEEK_END, SEEK_SET
Constructor and Description |
---|
PhpStderr() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
void |
write(byte[] buffer,
int offset,
int length)
Writes a buffer.
|
void |
write(int b) |
close, closeWrite, flush, getOutputStream, getPosition, getResourceType, isEOF, print, print, seek, setPosition, stat, write
public void write(byte[] buffer, int offset, int length) throws java.io.IOException
write
in interface BinaryOutput
write
in class java.io.OutputStream
java.io.IOException
public void write(int b) throws java.io.IOException
write
in class java.io.OutputStream
java.io.IOException
public java.lang.String toString()
toString
in class java.lang.Object