aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/util/io/ByteBufferInputStream.java
Commit message (Collapse)AuthorAgeFilesLines
* ByteBufferInputStream: add missing @since 6.8Thomas Wolf2023-09-261-0/+2
| | | | Change-Id: I80574a514ade608b87bed2dae79851e53a850c31 Signed-off-by: Thomas Wolf <twolf@apache.org>
* WorkingTreeIterator: directly filter input streamMatthias Sohn2023-09-251-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