General-purpose streaming I/O framework
Go to file
Antidote 1e450a6785 * Unknown 2014-01-04 13:56:03 -08:00
include * Unknown 2014-01-04 13:56:03 -08:00
src * Fixed WiiSaveReader/Writer 2013-09-28 08:14:13 -07:00
.gitignore * Add Git Ignore 2013-09-14 16:08:53 -07:00
.travis.yml * Removed unnecessary install parameter libqt4-dev 2013-09-14 16:14:14 -07:00
README First Commit 2013-01-26 12:19:24 -08:00
libzelda.cbp * Added Checksums utility namespace 2013-09-11 09:39:20 -07:00
libzelda.conf * Fix botched commit (forgot -a) 2013-07-20 20:57:20 -07:00
libzelda.layout * Merge libwiisave with libzelda 2013-02-15 20:22:16 -08:00
libzelda.png First Commit 2013-01-26 12:19:24 -08:00
libzelda.pro * Fixed WiiSaveReader/Writer 2013-09-28 08:14:13 -07:00
libzelda.vcproj First Commit 2013-01-26 12:19:24 -08:00
libzelda_wii.cbp * Added Checksums utility namespace 2013-09-11 09:39:20 -07:00
license.txt * Added TextStream, needs documentation but it's functional 2013-01-26 21:57:53 -08:00

README

libZelda provides several basic classes that can be used to read from 
and write to files, and memory, classes such as Stream, BinaryReader, 
BinaryWriter, and the currently work in progress TextStream.