public class Position
extends java.lang.Object
| Constructor and Description |
|---|
Position(int offset,
int size)
The constructor.
|
Position(int offset,
int size,
boolean isConstructed)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getOffset()
Return offset.
|
int |
getSize()
Return size.
|
boolean |
isConstructed()
Return indication of constructedness.
|
public Position(int offset,
int size)
offset - offset of encoded field in bitssize - size of encoded field in bitspublic Position(int offset,
int size,
boolean isConstructed)
offset - offset of encoded field in bitssize - size of encoded field in bitsisConstructed - true if the field is BER constructed fieldpublic int getOffset()
public int getSize()
public boolean isConstructed()
Copyright © 2025 OSS Nokalva, Inc. All rights reserved.
This document is proprietary to OSS Nokalva, Inc., and may be used only by their direct licensees. Distribution is not permitted. This copyright statement must not be removed.