Package org.owasp.webscarab.util

Class Summary
CharsetUtils  
Diff This class calculates the edits necessary to convert a source document to a target document It does this by finding the longest common substring, then recursively checking the parts to the left and right of the LCS Firstly, the documents can be tokenized.
Diff.ArrayEdit  
Diff.Edit  
DOMHandler  
Encoding Utilities to (de-)code data.
Glob Utility class for converting a Unix shell style glob to a Java Regular Expression Shameless "stolen" from JEdit, with many thanks.
HtmlEncoder  
LevenshteinDistance  
LogInputStream This class can be used to create a copy of the bytes that are read from the supplied InputStream
LogOutputStream  
MRUCache maintains a Most-Recently-Used cache of its entries, up to the max size specified
NullComparator  
ReentrantReaderPreferenceReadWriteLock Provides an implementation of a reentrant Read/Write lock that gives preference to readers, rather than writers.
RegexExpansion This class creates a sequence of Strings that match a reduced Regular Expression syntax.
TempDir  
TextFormatter  
W32WinInet Provides a method of interacting with the Windows WinInet utility DLL.