public class EncapsInputStream extends CDRInputObject
messageMediator| Constructor and Description |
|---|
EncapsInputStream(EncapsInputStream eis) |
EncapsInputStream(ORB orb,
byte[] data,
int size) |
EncapsInputStream(ORB orb,
byte[] buf,
int size,
ByteOrder byteOrder,
GIOPVersion version) |
EncapsInputStream(ORB orb,
byte[] data,
int size,
GIOPVersion version) |
EncapsInputStream(ORB orb,
byte[] data,
int size,
GIOPVersion version,
CodeBase codeBase)
Full constructor with a CodeBase parameter useful for
unmarshaling RMI-IIOP valuetypes (technically against the
intention of an encapsulation, but necessary due to OMG
issue 4795.
|
EncapsInputStream(ORB orb,
ByteBuffer byteBuffer,
int size,
ByteOrder byteOrder,
GIOPVersion version) |
| Modifier and Type | Method and Description |
|---|---|
protected CodeSetConversion.BTCConverter |
createCharBTCConverter()
Override the default CDR factory behavior to get the
negotiated code sets from the connection.
|
protected CodeSetConversion.BTCConverter |
createWCharBTCConverter() |
CDRInputObject |
dup() |
CodeBase |
getCodeBase() |
_truncatable_ids, addFragment, alignOnBoundary, available, cancelProcessing, close, consumeEndian, dprint, end_value, getBufferLength, getBufferManager, getByteOrder, getConnection, getGIOPVersion, getMessageHeader, getMessageMediator, getPosition, 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, setHeaderPadding, setIndex, setMessageMediator, skip, start_value, toByteOrder, unmarshalHeaderpublic EncapsInputStream(ORB orb, byte[] buf, int size, ByteOrder byteOrder, GIOPVersion version)
public EncapsInputStream(ORB orb, ByteBuffer byteBuffer, int size, ByteOrder byteOrder, GIOPVersion version)
public EncapsInputStream(ORB orb, byte[] data, int size)
public EncapsInputStream(EncapsInputStream eis)
public EncapsInputStream(ORB orb, byte[] data, int size, GIOPVersion version)
public EncapsInputStream(ORB orb, byte[] data, int size, GIOPVersion version, CodeBase codeBase)
public CDRInputObject dup()
dup in class CDRInputObjectprotected CodeSetConversion.BTCConverter createCharBTCConverter()
CDRInputObjectcreateCharBTCConverter in class CDRInputObjectprotected CodeSetConversion.BTCConverter createWCharBTCConverter()
createWCharBTCConverter in class CDRInputObjectpublic CodeBase getCodeBase()
getCodeBase in class CDRInputObjectCopyright © 2017–2019 Eclipse Foundation. All rights reserved.