General-purpose streaming I/O framework
Go to file
Antidote 1a389de296 * Generalize ZQuestFile and incremented version major to 2
* Fixed a bug in Stream::writeBit where it wasn't correctly setting the flag
2014-04-18 18:36:46 -07:00
include * Generalize ZQuestFile and incremented version major to 2 2014-04-18 18:36:46 -07:00
src * Generalize ZQuestFile and incremented version major to 2 2014-04-18 18:36:46 -07:00
.gitignore * Add Git Ignore 2013-09-14 16:08:53 -07:00
.travis.yml Update .travis.yml 2014-01-14 04:04:30 -08:00
README.md Update and rename README to README.md 2014-01-13 03:35:03 -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.pri Fix non-Qt build 2014-03-21 19:27:29 -07:00
libzelda.pro Fix non-Qt build 2014-03-21 19:27:29 -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.md

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.

Build Status