public class EncapsInfo extends Object
Modifier and Type | Field and Description |
---|---|
Map |
codebaseMap |
int |
index |
boolean |
littleEndian |
Map |
repIdMap |
int |
size |
int |
start |
Map |
valueMap |
Constructor and Description |
---|
EncapsInfo(boolean le,
int index,
int start,
int size)
constructor used by CDRInputStream
|
EncapsInfo(int index,
int start,
Map valueMap,
Map repIdMap,
Map codebaseMap)
constructor used by CDROutputStream:
record the index a new encapsulation starts with
and the start position in the buffer.
|
public boolean littleEndian
public final int index
public final int start
public int size
public Map valueMap
public Map repIdMap
public Map codebaseMap
public EncapsInfo(boolean le, int index, int start, int size)
public EncapsInfo(int index, int start, Map valueMap, Map repIdMap, Map codebaseMap)
Copyright © 2017 JacORB. All rights reserved.