public class CDROutputStream_1_2 extends CDROutputStream_1_1
| Modifier and Type | Field and Description |
|---|---|
protected CDROutputObject |
parent |
protected boolean |
primitiveAcrossFragmentedChunk |
protected boolean |
specialChunk |
fragmentOffsetblockSizeIndex, blockSizePosition, bufferManagerWrite, inBlock, orb, streamFormatVersion, wrapper| Constructor and Description |
|---|
CDROutputStream_1_2() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
alignAndReserve(int align,
int n) |
GIOPVersion |
getGIOPVersion() |
protected void |
grow(int align,
int n) |
protected void |
handleSpecialChunkBegin(int requiredSize) |
protected void |
handleSpecialChunkEnd() |
void |
setParent(CDROutputObject parent) |
void |
write_Context(Context ctx,
ContextList contexts) |
void |
write_long(int x) |
void |
write_longlong(long x) |
void |
write_octet(byte x) |
void |
write_short(short x) |
void |
write_wchar_array(char[] value,
int offset,
int length) |
void |
write_wchar(char x) |
void |
write_wstring(String value) |
void |
write(int b) |
get_offset_truncatable_ids, close, computeAlignment, end_block, end_value, getBufferManager, getByteBuffer, getCharConverter, getIndex, getSize, getWCharConverter, init, orb, putEndian, setIndex, start_block, start_value, toByteArray, toByteArray, write_abstract_interface, write_Abstract, write_any_array, write_any, write_boolean_array, write_boolean, write_char_array, write_char, write_double_array, write_double, write_fixed, write_fixed, write_fixed, write_float_array, write_float, write_long_array, write_longlong_array, write_Object, write_octet_array, write_Principal, write_short_array, write_string, write_TypeCode, write_ulong_array, write_ulong, write_ulonglong_array, write_ulonglong, write_ushort_array, write_ushort, write_value, write_Value, write_value, write_value, write_value, writeIndirection, writeLongWithoutAlign, writeOctetSequenceTo, writeString, writeToflush, write, writeprotected boolean primitiveAcrossFragmentedChunk
protected boolean specialChunk
protected CDROutputObject parent
protected void handleSpecialChunkBegin(int requiredSize)
handleSpecialChunkBegin in class CDROutputStream_1_0protected void handleSpecialChunkEnd()
handleSpecialChunkEnd in class CDROutputStream_1_0public void write_octet(byte x)
write_octet in class CDROutputStream_1_0public void write_short(short x)
write_short in class CDROutputStream_1_0public void write_long(int x)
write_long in class CDROutputStream_1_0public void write_longlong(long x)
write_longlong in class CDROutputStream_1_0protected void alignAndReserve(int align,
int n)
alignAndReserve in class CDROutputStream_1_1protected void grow(int align,
int n)
grow in class CDROutputStream_1_1public GIOPVersion getGIOPVersion()
getGIOPVersion in class CDROutputStream_1_1public void write_wchar(char x)
write_wchar in class CDROutputStream_1_1public void write_wchar_array(char[] value,
int offset,
int length)
write_wchar_array in class CDROutputStream_1_0public void write_wstring(String value)
write_wstring in class CDROutputStream_1_1public void setParent(CDROutputObject parent)
public void write(int b)
throws IOException
write in class OutputStreamIOExceptionpublic void write_Context(Context ctx, ContextList contexts)
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.