SourceJammer 1.2.0.1 May 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan

Package org.sourcejammer.server.source

Interface Summary
Delta To be implemented by delta objects.
SourceBuildStepInf  
TextBuildStepInf Title: SourceJammer Description: Server code for SourceJammer Java open-source source control project.
TextLineAdder Title: SourceJammer Description: Server code for SourceJammer Java open-source source control project.
TextLineIterator  
 

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.
 

Exception Summary
InvalidSourceException Title: SourceJammer Description: Server code for SourceJammer Java open-source source control project.
TextFileException Title: Description: Copyright: Copyright (c) 2001 Company:
 


SourceJammer 1.2.0.1 May 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan