| Package | Description |
|---|---|
| com.sun.corba.ee.impl.io |
| Modifier and Type | Class and Description |
|---|---|
class |
IIOPInputStream
IIOPInputStream is used by the ValueHandlerImpl to handle Java serialization
input semantics.
|
class |
ValueHandlerImpl |
| Modifier and Type | Method and Description |
|---|---|
void |
IIOPInputStream.defaultReadObjectDelegate()
Override the actions of the final method "defaultReadObject()"
in ObjectInputStream.
|
protected String |
IIOPInputStream.internalReadUTF(InputStream stream)
Helper method for correcting the Kestrel bug 4367783 (dealing
with larger than 8-bit chars).
|
int |
IIOPInputStream.read() |
int |
IIOPInputStream.read(byte[] data,
int offset,
int length) |
boolean |
IIOPInputStream.readBoolean() |
byte |
IIOPInputStream.readByte() |
char |
IIOPInputStream.readChar() |
double |
IIOPInputStream.readDouble() |
float |
IIOPInputStream.readFloat() |
void |
IIOPInputStream.readFully(byte[] data) |
void |
IIOPInputStream.readFully(byte[] data,
int offset,
int size) |
int |
IIOPInputStream.readInt() |
long |
IIOPInputStream.readLong() |
Object |
IIOPInputStream.readObjectDelegate()
Override the actions of the final method "readObject()"
in ObjectInputStream.
|
short |
IIOPInputStream.readShort() |
int |
IIOPInputStream.readUnsignedByte() |
int |
IIOPInputStream.readUnsignedShort() |
String |
IIOPInputStream.readUTF() |
Serializable |
ValueHandlerImpl.readValue(InputStream _in,
int offset,
Class clazz,
String repositoryID,
RunTime _sender)
Reads a value from the stream using java semantics.
|
void |
IIOPInputStream.simpleSkipObject(String repositoryID,
CodeBase sender) |
int |
IIOPInputStream.skipBytes(int len) |
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.