|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CodeSet.InputBuffer | |
---|---|
org.jacorb.orb | |
org.jacorb.orb.giop |
Uses of CodeSet.InputBuffer in org.jacorb.orb |
---|
Classes in org.jacorb.orb that implement CodeSet.InputBuffer | |
---|---|
class |
CDRInputStream
Read CDR encoded data |
Uses of CodeSet.InputBuffer in org.jacorb.orb.giop |
---|
Classes in org.jacorb.orb.giop that implement CodeSet.InputBuffer | |
---|---|
class |
LocateReplyInputStream
|
class |
LocateRequestInputStream
|
class |
MessageInputStream
MessageInputStream.java Created: Sat Aug 18 21:07:07 2002 |
class |
ReplyInputStream
|
class |
RequestInputStream
|
class |
ServiceContextTransportingInputStream
ServiceContextTransportingInputStream.java Created: Sat Aug 18 21:07:07 2002 |
Methods in org.jacorb.orb.giop with parameters of type CodeSet.InputBuffer | |
---|---|
char |
CodeSet.read_wchar(CodeSet.InputBuffer buffer,
int giop_minor,
boolean littleEndian)
Reads a wide character from the specified buffer. |
java.lang.String |
CodeSet.read_wstring(CodeSet.InputBuffer buffer,
int lengthIndicator,
int giop_minor,
boolean littleEndian)
Reads a wide string from the buffer. |
protected java.lang.String |
CodeSet.readGiop12WString(CodeSet.InputBuffer buffer,
int size,
int giop_minor)
Reads a wide string from the buffer according to GIOP 1.2. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |