public final class UDTPPCWithOffset
extends java.lang.Object
Constructor and Description |
---|
UDTPPCWithOffset(MyReadOnlyEntry<java.lang.String,AbstractTypeImplementation_V0105> physicalPossrepComponent,
int offset,
int skipVariableLengthComponentsCount)
Creates the UDTPPCWithOffset
|
Modifier and Type | Method and Description |
---|---|
MyReadOnlyEntry<java.lang.String,AbstractTypeImplementation_V0105> |
getPhysicalPossrepComponent()
Gets physicalPossrepComponent
|
public UDTPPCWithOffset(MyReadOnlyEntry<java.lang.String,AbstractTypeImplementation_V0105> physicalPossrepComponent, int offset, int skipVariableLengthComponentsCount)
physicalPossrepComponent
- The physical possrep componentoffset
- The offset in the overall bytebuffer of the UDT value encoding itself if this is a fixed and known value (because all preceding component values have a fixed encoding length), the offset of the first variable-length component in the buffer otherwise.skipVariableLengthComponentsCount
- The number of component encodings to skip, starting at currentoffset. The number to skip is zero for the first variable-length component in the buffer.public final MyReadOnlyEntry<java.lang.String,AbstractTypeImplementation_V0105> getPhysicalPossrepComponent()