SourceJammer 1.1.0 March 1, 2002
Copyright (c) 2001, 2002 Robert MacGrogan

Uses of Class
org.sourcejammer.server.source.InvalidSourceException

Packages that use InvalidSourceException
org.sourcejammer.server.make   
org.sourcejammer.server.source   
 

Uses of InvalidSourceException in org.sourcejammer.server.make
 

Methods in org.sourcejammer.server.make that throw InvalidSourceException
 BinaryDelta BuildDelta.buildBinaryDelta(byte[] byOld, byte[] byNew)
          Builds a delta file (BinaryDelta) representing the difference between the two byte arrays such that byNew can be reconstructed using just the BinaryDelta constructed here and byOld.
 TextDiff BuildDelta.buildTextDelta(byte[] byOld, byte[] byNew)
           
 TextDiff BuildDelta.buildTextDelta(byte[] byOld, TextLineReader readerNew)
           
 TextDiff BuildDelta.buildTextDelta(TextLineReader readerOld, TextLineReader readerNew)
           
 

Uses of InvalidSourceException in org.sourcejammer.server.source
 

Methods in org.sourcejammer.server.source that throw InvalidSourceException
 TextLineAdder SkipLines.build(TextLineIterator parent, TextLineAdder buildSoFar)
           
 java.io.OutputStream SourceBuildStepInf.build(SourceInputStream parent, java.io.OutputStream buildSoFar)
          Executes this build step on OutputStream buildSoFar.
 TextLineIteratorOutput TextDiff.buildFileTextLineIterator(TextLineIteratorOutput parent)
          Reconstructs fileTwo and returns it as a TextLineIterator.
 java.io.ByteArrayOutputStream TextDiff.buildFile(SourceInputStream parent, int iEndOfLineType)
          Builds a text file from the parent using the build steps in this Delta.
 TextLineAdder TextBuildStepInf.build(TextLineIterator parent, TextLineAdder buildSoFar)
          Executes this build step on TextLineAdder buildSoFar.
 java.io.ByteArrayOutputStream TextDelta.buildFile(SourceInputStream parent, int iEndOfLineType)
          Builds a text file from the parent using the build steps in this Delta.
 TextLineIterator TextDelta.buildFileTextLineIterator(TextLineIterator parent)
          Builds a text file from the parent using the build steps.
 java.io.ByteArrayOutputStream BinaryDelta.buildFile(SourceInputStream parent)
          Applies this BinaryDelta file to the file in parent to produce the new file version.
 TextLineAdder ReadLines.build(TextLineIterator parent, TextLineAdder buildSoFar)
           
 TextLineAdder AddLines.build(TextLineIterator parent, TextLineAdder buildSoFar)
           
 java.io.OutputStream SkipBytes.build(SourceInputStream parent, java.io.OutputStream buildSoFar)
           
 java.io.OutputStream ReadBytes.build(SourceInputStream parent, java.io.OutputStream buildSoFar)
           
 java.io.OutputStream AddBytes.build(SourceInputStream parent, java.io.OutputStream buildSoFar)
           
 


SourceJammer 1.1.0 March 1, 2002
Copyright (c) 2001, 2002 Robert MacGrogan