pjfanning commented on PR #1085: URL: https://github.com/apache/incubator-pekko/pull/1085#issuecomment-1921992636
> I just checked in Netty, there is a `public class ByteBufInputStream extends InputStream implements DataInput`, Do you think we can have a `class ByteStringInputString extends InputStream implements DataInput`? We are dealing with wrapping byte arrays - the perfect InputStream for wrapping a byte array in ByteArrayInputStream. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
