public class TypeCodeInputStream extends EncapsInputStream implements TypeCodeReader
messageMediator| Constructor and Description |
|---|
TypeCodeInputStream(ORB orb,
byte[] data,
int size) |
TypeCodeInputStream(ORB orb,
byte[] data,
int size,
boolean littleEndian,
GIOPVersion version) |
TypeCodeInputStream(ORB orb,
ByteBuffer byteBuffer,
int size,
boolean littleEndian,
GIOPVersion version) |
| Modifier and Type | Method and Description |
|---|---|
void |
addTypeCodeAtPosition(TypeCodeImpl tc,
int position) |
int |
getTopLevelPosition() |
TypeCodeReader |
getTopLevelStream() |
TypeCodeImpl |
getTypeCodeAtPosition(int position) |
protected void |
makeEncapsulation() |
void |
printTypeMap() |
static TypeCodeInputStream |
readEncapsulation(InputStream is,
ORB _orb) |
void |
setEnclosingInputStream(InputStream enclosure) |
createCharBTCConverter, createWCharBTCConverter, dup, getCodeBase_truncatable_ids, alignOnBoundary, available, close, consumeEndian, end_value, getBufferLength, getBufferManager, getByteBuffer, getGIOPVersion, getIndex, getMessageMediator, getPosition, isLittleEndian, isSharing, mark, markSupported, orb, orb, performORBVersionSpecificInit, read_abstract_interface, read_abstract_interface, read_Abstract, read_any_array, read_any, read_boolean_array, read_boolean_array, read_boolean, read_char_array, read_char_array, read_char, read_Context, read_double_array, read_double_array, read_double, read_fixed, read_fixed, read_float_array, read_float_array, read_float, read_long_array, read_long_array, read_long, read_longlong_array, read_longlong_array, read_longlong, read_Object, read_Object, read_octet_array, read_octet_array, read_octet, read_Principal, read_short_array, read_short_array, read_short, read_string, read_TypeCode, read_ulong_array, read_ulong_array, read_ulong, read_ulonglong_array, read_ulonglong_array, read_ulonglong, read_ushort_array, read_ushort_array, read_ushort, read_value, read_Value, read_value, read_value, read_value, read_value, read_wchar_array, read_wchar_array, read_wchar, read_wstring, read, read, read, reset, resetCodeSetConverters, setBufferLength, setByteBuffer, setByteBufferWithInfo, setHeaderPadding, setIndex, setMessageMediator, skip, start_valueclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPositionconsumeEndian, mark, performORBVersionSpecificInit, read_any, read_boolean_array, read_boolean, read_char_array, read_char, read_double_array, read_double, read_float_array, read_float, read_long_array, read_long, read_longlong_array, read_longlong, read_Object, read_Object, read_octet_array, read_octet, read_Principal, read_short_array, read_short, read_string, read_TypeCode, read_ulong_array, read_ulong, read_ulonglong_array, read_ulonglong, read_ushort_array, read_ushort, read_value, read_wchar_array, read_wchar, read_wstring, reset, resetCodeSetConverterspublic TypeCodeInputStream(ORB orb, byte[] data, int size)
public TypeCodeInputStream(ORB orb, byte[] data, int size, boolean littleEndian, GIOPVersion version)
public TypeCodeInputStream(ORB orb, ByteBuffer byteBuffer, int size, boolean littleEndian, GIOPVersion version)
public void addTypeCodeAtPosition(TypeCodeImpl tc, int position)
addTypeCodeAtPosition in interface TypeCodeReaderpublic TypeCodeImpl getTypeCodeAtPosition(int position)
getTypeCodeAtPosition in interface TypeCodeReaderpublic void setEnclosingInputStream(InputStream enclosure)
setEnclosingInputStream in interface TypeCodeReaderpublic TypeCodeReader getTopLevelStream()
getTopLevelStream in interface TypeCodeReaderpublic int getTopLevelPosition()
getTopLevelPosition in interface TypeCodeReaderpublic static TypeCodeInputStream readEncapsulation(InputStream is, ORB _orb)
protected void makeEncapsulation()
public void printTypeMap()
printTypeMap in interface TypeCodeReaderCopyright © 2018 JBoss by Red Hat. All rights reserved.