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

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

Packages that use TextLineIteratorOutput
org.sourcejammer.project.controller   
org.sourcejammer.server.source   
 

Uses of TextLineIteratorOutput in org.sourcejammer.project.controller
 

Methods in org.sourcejammer.project.controller with parameters of type TextLineIteratorOutput
static byte[] TextFileUtil.convertTextLineIteratorToByteArray(TextLineIteratorOutput iterator, char[] caEOL)
          Converts TextLineIterator to an array of bytes, which includes the full text file, constructed using the caEOL as the end of line characters.
 

Uses of TextLineIteratorOutput in org.sourcejammer.server.source
 

Subclasses of TextLineIteratorOutput in org.sourcejammer.server.source
 class TextLineAdderIterator
          Builds a text file like TextLineAdder and allows iteration through lines like TextLineIterator.
 class TextLineReader
          This class reads and outputs lines of text from a binary file passed to it as a byte array.
 

Methods in org.sourcejammer.server.source that return TextLineIteratorOutput
 TextLineIteratorOutput TextDiff.buildFileTextLineIterator(TextLineIteratorOutput parent)
          Reconstructs fileTwo and returns it as a TextLineIterator.
 

Methods in org.sourcejammer.server.source with parameters of type TextLineIteratorOutput
 TextLineIteratorOutput TextDiff.buildFileTextLineIterator(TextLineIteratorOutput parent)
          Reconstructs fileTwo and returns it as a TextLineIterator.
 


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