Package com.foxsmart.ic.io

Provides common infrastructure classes that aid in Input/Output operations.

See:
          Description

Interface Summary
FileLoader This interface defines a mechanism to load files from a server to the local machine.
 

Class Summary
CRC32File This class provides the ability to checksum a file.
FileLoaderImpl This class provides the base implementation of a FileLoader.
HttpFileLoader This class provides a FileLoader which uses the HTTP protocol as the mechanism to load files from a server.
IoUtils This class provides various I/O utilities via static methods.
SimpleStreamReader This class provides the ability to read the entire contents of a stream into a returned byte array.
StreamReader This class provides the ability to read a stream of bytes from a specified source (e.g.
StreamWriter This class provides the ability to write a stream of bytes to a specified destination (e.g.
 

Package com.foxsmart.ic.io Description

Provides common infrastructure classes that aid in Input/Output operations.



Copyright © 2005-2008 Fox Smart, Inc. All Rights Reserved.