|
Sharkysoft home | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
stdio
library.
See:
Description
Class Summary | |
Printf | Formats strings of text and data. |
PrintfFormatString | Precompiled text and data formatting template. |
Exception Summary | |
PrintfFormatException | Indicates malformed printf format string. |
Emulates features in C's stdio
library.
Details: Package lava.clib.stdio is a collection of classes that provide object-oriented support for the C-library emulation class lava.clib.Stdio. Features in this package are roughly equivalent to features in C's stdio
library, but with a special Java twist.
This package is far from complete, and will be expanded as development resources permit.
|
Sharkysoft home | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |