public class CMap extends Object
| Constructor and Description |
|---|
CMap()
Creates a new instance of CMap.
|
| Modifier and Type | Method and Description |
|---|---|
List |
getCodeSpaceRanges()
Getter for property codeSpaceRanges.
|
String |
lookup(byte[] code,
int offset,
int length)
This will perform a lookup into the map.
|
public String lookup(byte[] code, int offset, int length)
code - The code used to lookup.offset - The offset into the byte array.length - The length of the data we are getting.public List getCodeSpaceRanges()
Copyright © 2021. All rights reserved.