Open SiteSearch 4.1.1
Final

Package ORG.oclc.ecat.util

Class Summary
BASE64Decoder This class implements a BASE64 Character decoder as specified in RFC1521.
BASE64Encoder This class implements a BASE64 Character encoder as specified in RFC1521.
cgi_lib cgi_lib.java Usage: This library of java functions, which I have encapsulated inside a class called cgi_lib as class (static) member functions, attempts to duplicate the standard PERL CGI library (cgi-lib.pl).
CharacterDecoder This class defines the decoding half of character encoders.
CharacterEncoder This class defines the encoding half of character encoders.
Cookie  
CRC16 The CRC-16 class calculates a 16 bit cyclic redundancy check of a set of bytes.
EncoderTest  
HexDumpEncoder This class encodes a buffer into the classic: "Hexadecimal Dump" format of the past.
IniFile IniFile reads, indexes and provides access to 'windows' type .ini files %w% 10/21/98
IniFileSection IniFileSection provides facitilities to manage a section of an windows .ini file.
MD5 The MD5 class is used to compute an MD5 message digest over a given buffer of bytes.
MessageDigest The MessageDigest class defines a general class for computing digest functions.
Terms A class to maintain information about terms
UCDecoder This class implements a robust character decoder.
UCEncoder This class implements a robust character encoder.
Util  
UUDecoder This class implements a Berkeley uu character decoder.
UUEncoder This class implements a Berkeley uu character encoder.
 

Exception Summary
CEFormatException  
CEStreamExhausted This exception is thrown when EOF is reached
 


Open SiteSearch 4.1.1
Final