elizarov
06/07/2019, 9:21 PMkotlinx-io
. It is just not ready yet.jimn
06/08/2019, 10:28 AMjimn
06/08/2019, 10:34 AMjimn
06/08/2019, 10:36 AMelizarov
06/08/2019, 10:38 AMBuffer
, but without position-based APIs (only index-based ones) so that we can use a simple implementation in native and in JS.elizarov
06/08/2019, 10:40 AMjimn
06/08/2019, 11:16 AMelizarov
06/08/2019, 11:17 AMjimn
06/08/2019, 11:18 AMjimn
06/08/2019, 11:19 AMelizarov
06/08/2019, 11:22 AMjimn
06/08/2019, 11:23 AMjimn
06/08/2019, 11:24 AMelizarov
06/08/2019, 11:24 AMelizarov
06/08/2019, 11:25 AMBuffer
as user-facing API. We design it as lover-level API that a “user” (a person writing an implementation of some network protocol, for example) will never have to work with directly.elizarov
06/08/2019, 11:25 AMpublic
, but low-level.elizarov
06/08/2019, 11:27 AMBuffer
if you need to interface a custom I/O API (write your own sockets of file impls) or if you need to write functions to read/write some custom primitive data-types that are not supported out-of-the box (like your custom varint format or something)jimn
06/08/2019, 11:33 AMjimn
06/08/2019, 11:34 AMjimn
06/08/2019, 12:21 PMelizarov
06/08/2019, 1:55 PMjimn
10/02/2019, 8:19 AM