Package org.eclipse.jgit.util

Class Summary
Base64 Encodes and decodes to and from Base64 notation.
Base64.InputStream A Base64.InputStream will read data from another java.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream A Base64.OutputStream will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
FS Abstraction to support various file system operations not in Java.
HttpSupport Extra utilities to support usage of HTTP.
IntList A more efficient List using a primitive integer array.
MutableInteger A boxed integer that can be modified.
NB Conversion utilities for network byte order handling.
QuotedString Utility functions related to quoted string handling.
QuotedString.BourneStyle Quoting style used by the Bourne shell.
QuotedString.BourneUserPathStyle Bourne style, but permits ~user at the start of the string.
QuotedString.GitPathStyle Quoting style that obeys the rules Git applies to file names
RawCharSequence A rough character sequence around a raw byte buffer.
RawParseUtils Handy utility functions to parse raw object contents.
RawSubStringPattern Searches text using only substring search.
StringUtils Miscellaneous string comparison utility methods.
SystemReader Interface to read values from the system.
TemporaryBuffer A fully buffered output stream using local disk storage for large data.