public class XDBRenderStream extends XDBOutputStream
XDBRepositoryEvent class by getOutputStream and setRenderStream methods| Modifier and Type | Method and Description |
|---|---|
void |
close()
Function to close the
XDBRenderStream. |
void |
write(byte[] b)
Writes b.length bytes from specified byte array to this output stream.
|
void |
write(byte[] b, int off, int len)
Writes len bytes from the specified byte array starting at offset off to this output stream.
|
void |
write(int b)
Writes the specified byte to this output stream.
|
flushpublic void write(byte[] b)
write in class XDBOutputStreamb - The byte array to read into
public void write(byte[] b,
int off,
int len)
write in class XDBOutputStreamb - The byte array to read fromoff - Start offset of the datalen - The number of bytes to writepublic void write(int b)
write in class XDBOutputStreamb - byte to writepublic void close()
XDBRenderStream. Cannot close the output stream from inside a handler.close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class XDBOutputStream