public class PhpBinaryOutput extends AbstractBinaryOutput
SEEK_CUR, SEEK_END, SEEK_SET| Constructor and Description |
|---|
PhpBinaryOutput(Env env) |
| Modifier and Type | Method and Description |
|---|---|
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 PhpBinaryOutput(Env env)
public 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.IOException