Buffer.toEncodedString() - Mtax-Development/GML-OOP GitHub Wiki
Name |
Type |
Optional |
size? |
Yes |
|
offset? |
{int} |
Yes |
{string}
Encode this Buffer into a string using the Base64 format, from which it can be recreated. A byte offset can be specified for where the operation will start and continue until either the specified amount of bytes was affected or the end of this Buffer was reached.