-
Type:
Enhancement
-
Resolution: Unresolved
-
Priority:
P3
-
Affects Version/s: None
-
Component/s: core-libs
-
None
This enhancement is created to look into whether it would make sense to introduce CharsetEncoder.encode and CharsetDecoder.decode methods that take the input from a Supplier. This would allow for cases where the input comes from a sequence of buffers and so would transparently handle underflow across buffers.