36373839404142
* @param reader Binary reader positioned at the start of the AsciiString * @return A new instance of an AsciiString */ public AsciiString create(Dataset dataSet, int offset, BinaryReader reader) { return new AsciiString(dataSet, offset, reader); }