writeString
Writes a string of given length to the internal byte buffer.
writeString(
value,
length
);
Parameters
value | Type: String |
length | Type: Number |
Writes a string of given length to the internal byte buffer.
writeString(
value,
length
);
value | Type: String |
length | Type: Number |