Sharkysoft home

Lava class library.

See:
          Description

Packages
lava Miscellaneous classes.
lava.array Array manipulation and conversion
lava.clib Ports of functions from the standard C library.
lava.clib.stdarg Emulates features in C's stdarg library; syntactic sugar for printf.
lava.clib.stdio Emulates features in C's stdio library.
lava.gui GUI-related convenience classes.
lava.io File I/O, stream parsing, console-based user dialogs.
lava.konst Frequently used constants.
lava.math Numeric formatting, miscellaneous math operations.
lava.mv Model-view architecture.
lava.riff RIFF file processing.
lava.riff.wave Wave file processing.
lava.security Generic encryption interfaces.
lava.security.des DES data encryption utilities.
lava.security.des.spec DES constants.
lava.string String construction, manipulation, conversion, formatting; wildcard expressions.
lava.text Text formatting.
lava.text.html HTML parsing.
lava.thread Thread management.
lava.util Queues, stacks, enumerations, bit-twiddling.

 

Lava class library.

Details: Lava is a supplemental class library for Java. Although Lava includes several GUI-related classes, Lava was originally conceived to supported batch-oriented data processing applications. Thus, there is a heavy emphasis on stream parsing, text formatting, and data manipulation.

Most programmers use Lava for its advanced port of C's printf function, Printf for Java. To learn more about this special package, see the Printf for Java overview.

Lava is distributed as fully-enabled shareware.

To download the latest version of Lava, visit the Lava web site at sharkysoft.com.


Sharkysoft home