dataview-getstring
v0.1.0
Published
Extend DataView with getString function
Downloads
19
Readme
DataView.getString(offset, length)
offset
<number> start of string in the DataViewlength
<number> optional, max. length read
Read ASCII string from a DataView. The string is zero-terminated.