c2pa_io 0.1.0-dev.1 copy "c2pa_io: ^0.1.0-dev.1" to clipboard
c2pa_io: ^0.1.0-dev.1 copied to clipboard

Cross-platform bounded random-access byte I/O for C2PA.

example/c2pa_io.dart

import 'package:c2pa_io/c2pa_io.dart';

Future<void> main() async {
  final source = MemoryByteSource([0x10, 0x20, 0x30, 0x40]);
  final reader = BoundedByteReader(source, ByteRange(1, 4));

  assert(await reader.readUint16() == 0x2030);
}
0
likes
160
points
0
downloads

Documentation

API reference

Publisher

verified publisherabrah.am

Weekly Downloads

Cross-platform bounded random-access byte I/O for C2PA.

Repository (GitHub)
View/report issues

Topics

#c2pa #bytes #io #random-access

License

MIT (license)

Dependencies

web

More

Packages that depend on c2pa_io