Package org.apache.james.util

A variety of utility classes used inside James.

See:
          Description

Interface Summary
SimplifiedDateFormat This interface is designed to provide a simplified subset of the methods provided by the java.text.DateFormat class.
 

Class Summary
Base64 Simple Base64 string decoding function
CharTerminatedInputStream An InputStream class that terminates the stream when it encounters a particular byte sequence.
DebugInputStream Reads data off a stream, printing every byte read to System.err.
ExtraDotOutputStream Adds extra dot if dot occurs in message body at beginning of line (according to RFC1939) Compare also org.apache.james.smtpserver.SMTPInputStream
InternetPrintWriter Writes to a wrapped Writer class, ensuring that all line separators are '\r\n', regardless of platform.
JDBCUtil Helper class for managing common JDBC tasks.
Lock Provides Lock functionality
RFC2822Headers This utility class provides the set of header names explicitly defined in RFC 2822
RFC2980DateFormat A thread-safe date formatting class to produce dates formatted in accord with the specifications of section 3.2 of RFC 2980.
RFC822Date Deprecated. Use java.util.Date in combination with org.apache.james.util.RFC822DateFormat.
RFC822DateFormat A thread safe wrapper for the javax.mail.internet.MailDateFormat class.
RFC977DateFormat A thread-safe date formatting class to produce dates formatted in accord with the specifications of RFC 977.
SchedulerNotifyInputStream This will reset the scheduler each time a certain amount of data has been transfered.
SchedulerNotifyOutputStream This will reset the scheduler each time a certain amount of data has been transfered.
SqlResources Provides a set of SQL String resources (eg SQL Strings) to use for a database connection.
SynchronizedDateFormat This class is designed to be a synchronized wrapper for a java.text.DateFormat subclass.
 

Package org.apache.james.util Description

A variety of utility classes used inside James.



"Copyright © 1999-2002 Apache Jakarta Project. All Rights Reserved."