]> source.dussan.org Git - jgit.git/commit
Add a method to DfsOutputStream to read as an InputStream 21/12421/5
authorDave Borowitz <dborowitz@google.com>
Tue, 30 Apr 2013 21:40:11 +0000 (14:40 -0700)
committerDave Borowitz <dborowitz@google.com>
Wed, 19 Jun 2013 16:36:10 +0000 (09:36 -0700)
commitb646578d89513c5db30151f0b865c7335c88d682
tree1e12b2c077a8b027e2dd7a7709e9c7682b1559be
parentfe9f7aeb36948301abfe85ab6f69a737626004fa
Add a method to DfsOutputStream to read as an InputStream

Change-Id: I0ec1f17a88bc14f22c10f9bc8d6f5b5118410e3a
org.eclipse.jgit.test/META-INF/MANIFEST.MF
org.eclipse.jgit.test/tst/org/eclipse/jgit/internal/storage/dfs/DfsOutputStreamTest.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/dfs/DfsOutputStream.java
org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/dfs/InMemoryOutputStream.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/dfs/InMemoryRepository.java