WebSocket
Alan Bateman
Alan.Bateman at oracle.com
Tue Feb 20 09:22:51 UTC 2018
On 20/02/2018 08:14, Simone Bordet wrote:
> :
> Where would be a good list to start discussing ByteBuffer to
> [Input|Output]Stream bridging ?
>
Are you looking for this for performance or convenience reasons?
Bridging channel and input/output streams is natural of course, bridging
between buffers and input/output streams hasn't come up very often.
ByteBuffer defines bulk get/put methods so it's trivial for anyone to
wrap byte buffers if they need to.
-Alan
More information about the net-dev
mailing list