jakartaee / servlet

Jakarta Servlet
https://eclipse.org/ee4j/servlet
Other
258 stars 82 forks source link

Add read/write from/to ByteBuffer #484

Closed markt-asf closed 1 year ago

markt-asf commented 1 year ago

Currently Servlet[In|Out]putStream only support byte[]. Adding support for ByteBuffer would allow for more efficient interaction with libraries (such as many non-blocking IO libraries) that primarily use ByteBuffer.

markt-asf commented 1 year ago

Fixed by #485