|
Class Summary |
| AddBytes |
This BuildStep class adds an array of bytes to the build. |
| AddLines |
|
| BinaryDelta |
Represents the differences (or delta) between two versions of a binary file
such that this BinaryDelta can be applied to the "old" file version to
reproduce the new file version. |
| ByteArraySource |
Represents a non-diffed byte array that implements Delta for convenience. |
| ReadBytes |
A BuildStep class that reads a specified number of bytes from a SourceInputStream. |
| ReadLines |
|
| SimpleTextLineIterator |
|
| SkipBytes |
A BuildStep class that skips a specified number of bytes in a SourceInputStream. |
| SkipLines |
|
| SourceInputStream |
This class is essentially a wrapper around ByteArrayInputStream with
reduced functionality. |
| TestSource |
|
| TextDelta |
This file represents the delta between two text files. |
| TextDiff |
Builds a diff from two text files and can reconstruct the second file
when passed the first, using the type of EOL characters requested. |
| TextLineAdderIterator |
Builds a text file like TextLineAdder and allows iteration through lines
like TextLineIterator. |
| TextLineIteratorOutput |
|
| TextLineReader |
This class reads and outputs lines of text from a binary file passed to it
as a byte array. |
| TextLineWriter |
This class is used to append lines into a char array, using a specified
end of line char array (typically linefeed or carriage return / linefeed. |