public class Position extends Object
| Constructor and Description |
|---|
Position(int bytePos) |
Position(int bytePos,
int bitPos) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBitPos()
Get the bit offset of the position.
|
int |
getBytePos()
Get the byte offset of the position.
|
Copyright © 2015. All rights reserved.