pschichtel / JavaCAN

A simple JNI wrapper for the socketcan API provided by the Linux kernel. As it is wrapping a Linux Kernel API, it is intended for use on Linux only.
https://schich.tel
MIT License
48 stars 21 forks source link

Review ByteBuffer handling #10

Closed pschichtel closed 5 years ago

pschichtel commented 5 years ago

As a follow up to #1 it might be a good idea to review how the buffers are currently handled. There might be some confusion on where to rewind(), where to order() and how to handle limit()s.

pschichtel commented 5 years ago

this is done