bytes_io 1.0.0 copy "bytes_io: ^1.0.0" to clipboard
bytes_io: ^1.0.0 copied to clipboard

a python-like bytes_io implementation for dart

bytes_io #

A python-like bytes_io implementation for dart A powerful helper for processing raw binary data

Usage #

A simple usage example:

import 'package:bytes_io/bytes_io.dart';

main() {
  var reader = BytesReader([your_byte_buffer]);
  reader.readByte();
}

docs are in doc comments! #

0
likes
110
pub points
39%
popularity

Publisher

unverified uploader

a python-like bytes_io implementation for dart

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on bytes_io