Methods in uk.org.ogsadai.activity.files that throw NonIncreasingSequenceException |
boolean |
InfiniteSet.isMember(int val)
Test to see if a particular integer is a member of this set. |
boolean |
Sequence.isMember(int val)
Tests to see if a particular integer is a member of the sequence. |
private void |
FileWritingActivity.performPerLineRegexp(java.io.RandomAccessFile raFile, long fileLength)
Perform a replacement of text within a file, on a per-line basis, locating the text based on matches of a regular expression. |
private void |
FileWritingActivity.performPerFileRegexp(java.io.RandomAccessFile raFile, long fileLength)
Perform a replacement of text within a file, on a per-file basis, locating the text based on matches of a regular expression. |