protected void |
IIOPOutputStream.beginOptionalCustomData() |
|
(package private) int |
IIOPOutputStream.decreaseRecursionDepth() |
|
void |
IIOPOutputStream.defaultWriteObjectDelegate() |
Override the actions of the final method "defaultWriteObject()"
in ObjectOutputStream.
|
void |
IIOPOutputStream.flush() |
|
(package private) void |
IIOPOutputStream.increaseRecursionDepth() |
|
private void |
IIOPOutputStream.invokeObjectWriter(ObjectStreamClass osc,
java.lang.Object obj) |
|
private void |
IIOPOutputStream.outputClassFields(java.lang.Object o,
java.lang.Class cl,
ObjectStreamField[] fields) |
|
private void |
IIOPOutputStream.outputObject(java.lang.Object obj) |
|
protected java.lang.Object |
IIOPOutputStream.replaceObject(java.lang.Object obj) |
|
void |
IIOPOutputStream.reset() |
Reset will disregard the state of any objects already written
to the stream.
|
void |
IIOPOutputStream.simpleWriteObject(java.lang.Object obj,
byte formatVersion) |
Override the actions of the final method "writeObject()"
in ObjectOutputStream.
|
void |
IIOPOutputStream.write(byte[] b) |
|
void |
IIOPOutputStream.write(byte[] b,
int off,
int len) |
|
void |
IIOPOutputStream.write(int data) |
|
private void |
ValueHandlerImpl.write_Array(OutputStream out,
java.io.Serializable obj,
java.lang.Class type) |
|
void |
IIOPOutputStream.writeBoolean(boolean data) |
|
void |
IIOPOutputStream.writeByte(int data) |
|
void |
IIOPOutputStream.writeBytes(java.lang.String data) |
|
void |
IIOPOutputStream.writeChar(int data) |
|
private void |
ValueHandlerImpl.writeCharArray(OutputStream out,
char[] array,
int offset,
int length) |
Encapsulates writing of Java char arrays so that the 1.3 subclass
can override it without exposing internals across packages.
|
void |
IIOPOutputStream.writeChars(java.lang.String data) |
|
void |
IIOPOutputStream.writeDouble(double data) |
|
(package private) void |
IIOPOutputStream.writeField(ObjectStreamField field,
java.lang.Object value) |
|
void |
IIOPOutputStream.writeFloat(float data) |
|
private void |
IIOPOutputStream.writeFormatVersion() |
|
void |
IIOPOutputStream.writeInt(int data) |
|
void |
IIOPOutputStream.writeLong(long data) |
|
private void |
IIOPOutputStream.writeObjectField(ObjectStreamField field,
java.lang.Object objectValue) |
|
void |
IIOPOutputStream.writeObjectOverride(java.lang.Object obj) |
Override the actions of the final method "writeObject()"
in ObjectOutputStream.
|
java.io.Serializable |
ValueHandlerImpl.writeReplace(java.io.Serializable value) |
If the value contains a writeReplace method then the result
is returned.
|
void |
IIOPOutputStream.writeShort(int data) |
|
void |
IIOPOutputStream.writeUTF(java.lang.String data) |
|
void |
ValueHandlerImpl.writeValue(OutputStream _out,
java.io.Serializable value) |
Writes the value to the stream using java semantics.
|
void |
ValueHandlerImpl.writeValue(OutputStream out,
java.io.Serializable value,
byte streamFormatVersion) |
|
private void |
ValueHandlerImpl.writeValueInternal(IIOPOutputStream bridge,
OutputStream out,
java.io.Serializable value,
byte streamFormatVersion) |
|
private void |
ValueHandlerImpl.writeValueWithVersion(OutputStream _out,
java.io.Serializable value,
byte streamFormatVersion) |
|