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 then continue until either the specified size in bytes was affected or the end of this Buffer is reached.