0 purchases
solana buffer
An interface to read and write structured data types to a buffer.
const encoding = BufferEncoding.utf8;
final buffer = Buffer.fromString('Hello', encoding);
buffer.setString('S', encoding);
print(buffer.getString(encoding)); // Sello
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.