Uses of Class
fiftyone.mobile.detection.entities.AsciiString

Packages that use AsciiString
fiftyone.mobile.detection   
fiftyone.mobile.detection.factories   
 

Uses of AsciiString in fiftyone.mobile.detection
 

Fields in fiftyone.mobile.detection with type parameters of type AsciiString
 ReadonlyList<AsciiString> Dataset.strings
          A list of ASCII byte arrays for strings used by the dataset.
 

Uses of AsciiString in fiftyone.mobile.detection.factories
 

Methods in fiftyone.mobile.detection.factories that return AsciiString
 AsciiString AsciiStringFactory.create(Dataset dataSet, int offset, BinaryReader reader)
          Creates a new instance of AsciiString
 

Methods in fiftyone.mobile.detection.factories with parameters of type AsciiString
 int AsciiStringFactory.getLength(AsciiString entity)
          Returns the length of the AsciiString entity including the 2 bytes for the length and the null terminator not used by java.