| Package | Description |
|---|---|
| org.eclipse.jgit.internal.storage.file |
File based repository storage.
|
| org.eclipse.jgit.internal.storage.reftable | |
| org.eclipse.jgit.pgm | |
| org.eclipse.jgit.pgm.debug | |
| org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
| org.eclipse.jgit.util.io |
Utility classes for IO (streams).
|
| Class and Description |
|---|
| CountingOutputStream
Counts the number of bytes written.
|
| Class and Description |
|---|
| CountingOutputStream
Counts the number of bytes written.
|
| Class and Description |
|---|
| ThrowingPrintWriter
An alternative PrintWriter that doesn't catch exceptions.
|
| Class and Description |
|---|
| ThrowingPrintWriter
An alternative PrintWriter that doesn't catch exceptions.
|
| Class and Description |
|---|
| InterruptTimer
Triggers an interrupt on the calling thread if it doesn't complete a block.
|
| StreamCopyThread
Thread to copy from an input stream to an output stream.
|
| TimeoutInputStream
InputStream with a configurable timeout.
|
| TimeoutOutputStream
OutputStream with a configurable timeout.
|
| UnionInputStream
An InputStream which reads from one or more InputStreams.
|
| Class and Description |
|---|
| AutoLFInputStream
An InputStream that normalizes CRLF to LF.
|
| DisabledOutputStream
An OutputStream which always throws IllegalStateExeption during write.
|
| InterruptTimer
Triggers an interrupt on the calling thread if it doesn't complete a block.
|
| InterruptTimer.AlarmState |
| InterruptTimer.AlarmThread |
| InterruptTimer.AutoKiller |
| NullOutputStream
An OutputStream which ignores everything written to it.
|