clojusc / meson

Clojure Client Library for the Mesos HTTP API
Apache License 2.0
9 stars 10 forks source link

Create a namespace and functions for parsing streamed data #52

Closed oubiwann closed 8 years ago

oubiwann commented 8 years ago

Subtask of feature #56.

Related:

oubiwann commented 8 years ago

While initial work on this was done solely in the context of a Java IO stream, it was ultimately brought into the RecordIO protocol, since that protocol ended up extending the stream object.