Add AccumulatorSink, ByteAccumulatorSink, and StringAccumulatorSink.
Add sinks to provide synchronous access to events.

These are useful when doing chunked conversion in a synchronous context.

Closes #2

R=lrn@google.com

Review URL: https://codereview.chromium.org//1911053002 .
9 files changed
tree: 957f4c4762322a81fe95e879c22eeed37044913e
  1. lib/
  2. test/
  3. .gitignore
  4. .test_config
  5. AUTHORS
  6. CHANGELOG.md
  7. codereview.settings
  8. CONTRIBUTING.md
  9. LICENSE
  10. pubspec.yaml
  11. README.md
README.md

Conversion utilities package

This package contains encoders and decoders for converting between different data representations. It's the external counterpart of the dart:convert core library, and contains less-central APIs and APIs that need more flexible versioning.