(Changed in version 2.8.0) collect has changed. The previous behavior can be reproduced with toSeq.
Call to convert the data and place in the buffer
Call to convert the data and place in the buffer
the data to convert
the Buffer with the converted data
(Since version 2.3.2) use ++
(Since version 2.8.0) use zipWithIndex in Iterator
(Since version 2.8.0) use indexWhere instead
(Since version 2.8.0) use copyToArray instead
(Since version 2.8.0) use copyToArray instead
(Since version 2.8.0) use copyToArray instead
Wraps a ByteBuffer to provide access to a ByteBuffer's built-in conversion methods like putShort.
This class is to support implementing custom converters
the type of object this Buffer will convert