Small improvement in percent decoder efficiency.
Use the new Uint8Buffer.addAll start and end params.

R=lrn@google.com

Review URL: https://codereview.chromium.org//1411123012 .
3 files changed
tree: 38f230cce04673fbfa032a94440cea1e0e607cbc
  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.