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, writepublic void write(byte[] buffer,
int offset,
int length)
throws java.io.IOException
write in interface BinaryOutputwrite in class java.io.OutputStreamjava.io.IOExceptionpublic void write(int b)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic java.lang.String toString()
toString in class java.lang.Object