byte_search_io 0.1.0
byte_search_io: ^0.1.0 copied to clipboard
Low-allocation building blocks for reading large delimiter-separated files with RandomAccessFile (chunking, record extraction, binary search).
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add byte_search_ioWith Flutter:
$ flutter pub add byte_search_ioThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
byte_search_io: ^0.1.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:byte_search_io/byte_search_io.dart';