| Package | Description |
|---|---|
| com.sun.corba.ee.impl.io |
| Modifier and Type | Class and Description |
|---|---|
class |
IIOPOutputStream
IIOPOutputStream is ...
|
class |
ValueHandlerImpl |
| Modifier and Type | Method and Description |
|---|---|
protected void |
IIOPOutputStream.beginOptionalCustomData() |
void |
IIOPOutputStream.defaultWriteObjectDelegate()
Override the actions of the final method "defaultWriteObject()"
in ObjectOutputStream.
|
void |
IIOPOutputStream.flush() |
protected Object |
IIOPOutputStream.replaceObject(Object obj) |
void |
IIOPOutputStream.reset()
Reset will disregard the state of any objects already written
to the stream.
|
void |
IIOPOutputStream.simpleWriteObject(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) |
void |
IIOPOutputStream.writeBoolean(boolean data) |
void |
IIOPOutputStream.writeByte(int data) |
void |
IIOPOutputStream.writeBytes(String data) |
void |
IIOPOutputStream.writeChar(int data) |
void |
IIOPOutputStream.writeChars(String data) |
void |
IIOPOutputStream.writeDouble(double data) |
void |
IIOPOutputStream.writeFloat(float data) |
void |
IIOPOutputStream.writeInt(int data) |
void |
IIOPOutputStream.writeLong(long data) |
void |
IIOPOutputStream.writeObjectOverride(Object obj)
Override the actions of the final method "writeObject()"
in ObjectOutputStream.
|
Serializable |
ValueHandlerImpl.writeReplace(Serializable value)
If the value contains a writeReplace method then the result
is returned.
|
void |
IIOPOutputStream.writeShort(int data) |
void |
IIOPOutputStream.writeUTF(String data) |
void |
ValueHandlerImpl.writeValue(OutputStream _out,
Serializable value)
Writes the value to the stream using java semantics.
|
void |
ValueHandlerImpl.writeValue(OutputStream out,
Serializable value,
byte streamFormatVersion) |
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.