Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ByteBufferInputStream: add missing @since 6.8 | Thomas Wolf | 2023-09-26 | 1 | -0/+2 |
| | | | | Change-Id: I80574a514ade608b87bed2dae79851e53a850c31 Signed-off-by: Thomas Wolf <twolf@apache.org> | ||||
* | WorkingTreeIterator: directly filter input stream | Matthias Sohn | 2023-09-25 | 1 | -0/+135 |
This way we can avoid to access the byte buffers backing array. Implement a ByteBufferInputStream to wrap a byte buffer which we can use to expose the filter result as an input stream. Change-Id: I461c82090de2562ea9b649b3f953aad4571e3d25 |