public class AsciiString extends BaseEntity
Strings stored as ASCII strings include, the relevant characters from signatures, sub strings longer than 4 characters, property and value names, the descriptions and URLs associated with properties and values.
For more information see http://51degrees.mobi/Support/Documentation/Java
| Modifier and Type | Field and Description |
|---|---|
private String |
stringValue |
(package private) byte[] |
value
The value of the string in ASCII bytes.
|
| Constructor and Description |
|---|
AsciiString(Dataset dataSet,
int offset,
BinaryReader reader)
Constructs a new instance of AsciiString
|
| Modifier and Type | Method and Description |
|---|---|
int |
getLength()
The length of the byte array or string in characters.
|
String |
toString()
.NET string representation of the ASCII string.
|
binarySearch, getDataSet, getIndex, readIntegerArrayfinal byte[] value
private String stringValue
public AsciiString(Dataset dataSet, int offset, BinaryReader reader)
dataSet - The data set whose strings list the string is contained
withinoffset - The offset to the start of the string within the string
data structure