Closed phraktle closed 8 years ago
The ByteBuffer itself keeps track of the read position. Reduces object churn (#13), also simplifies the code.
Thanks! This is a big improvement in terms of readability.
The ByteBuffer itself keeps track of the read position. Reduces object churn (#13), also simplifies the code.