Class ApplyCommand.SHA1InputStream

java.lang.Object
java.io.InputStream
org.eclipse.jgit.api.ApplyCommand.SHA1InputStream
All Implemented Interfaces:
Closeable, AutoCloseable
Enclosing class:
ApplyCommand

private static class ApplyCommand.SHA1InputStream extends InputStream
An InputStream that updates a SHA1 on every byte read. The hash is supposed to have been initialized before reading starts.