smee / binary

Clojure API for binary format I/O using java's stream apis
74 stars 10 forks source link

uint fixes #9

Closed wjoel closed 10 years ago

wjoel commented 10 years ago

Reading unsigned integers can give negative values. It is also not possible to write large unsigned integers. Also, I can not build the library without org.clojure/clojure as a non-dev dependency.

This pull request solves these problems, and adds some tests to make sure they stay solved.

smee commented 10 years ago

Great work, thank you!