Package edu.jhu.tmaj.util

Provides utility classes such as string-formatting and reading/writing files.

See:
          Description

Class Summary
Base64Coder A Base64 Encoder/Decoder.
ByteUtil Provides methods for converting byte arrays to objects, and objects to byte arrays
ErrorUtil  
ExcelUtil Contains utilities for opening Microsoft Excel from our program.
FileDataUtilsOld  
FileManager Utilities for reading and writing files.
FilePathUtils  
FileUtilOld  
JpegCompressionUtil This plugin creates a 100 pixel wide 8-bit indexed color version of the active image.
ListConvertUtil Provides methods for converting and printing information about Collections and arrays.
MemoryUtil  
ObjectPool A utility that manages a group of resources in a thread safe manner.
SetUtil  
StopWatch Class provides methods that allow tasks to be timed.
StringFormatUtils Contains utility methods for formatting Strings.
StringQuoter A Utility class for preparing strings that are put in SQL statements.
TextProgressMonitor A Class used to monitor the progress of a long text-based task.
URLUtil  
WindowsCommandUtil  
XmlUtil  
 

Enum Summary
ObjectPool.WaitTime  
 

Package edu.jhu.tmaj.util Description

Provides utility classes such as string-formatting and reading/writing files. The util package is used by both the client and the server.