Public Member Functions | |
PrologOutputObjectStream (OutputStream os) throws IOException | |
ObjectOutputStream | getObjectStream () |
void | flush () throws IOException |
void | writeObject (Object obj) throws IOException |
int | size () |
Package Attributes | |
OutputStream | os |
ObjectOutputStream | tempObjects |
ByteArrayOutputStream | serializedTemp |
boolean | flushed = false |
Definition at line 12 of file PrologOutputObjectStream.java.