|
Oracle® Database XML Java API Reference 11g Release 2 (11.2) E10769-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
java.io.OutputStream
oracle.xdb.XDBOutputStream
oracle.xdb.event.XDBRenderStream
public class XDBRenderStream
This class is used by the XDBRepositoryEvent class by getOutputStream and setRenderStream methods
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.io.OutputStream |
|---|
flush |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public 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 class XDBOutputStream
|
Oracle® Database XML Java API Reference 11g Release 2 (11.2) E10769-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||