Skip to content

kellyiscute/bytes_io.dart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

a python-like bytes_io implementation for dart

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages