ppkarwasz commented on PR #784: URL: https://github.com/apache/commons-io/pull/784#issuecomment-3318603071
@garydgregory Just a heads-up: in 474f5e8cc80bf8557d87d48ef512b5a983832ccd I refactored the `ByteArraySeekableByteChannel` constructors and factory methods to align more closely with the `ByteArrayInputStream`/`ByteArrayOutputStream` patterns: * Default buffer size is now 32, matching `ByteArrayOutputStream`. * Javadoc now cross-references the corresponding BAIS/BAOS constructors. I’m not strongly against exposing a public `ByteArraySeekableByteChannel(byte[])` constructor, though I personally prefer the `wrap` factory method. -- 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]
