General-purpose streaming I/O framework
Go to file
Antidote 506556e1ae * Nearly done with the documentation
* Changed BinaryReader/Writer to read and write in 512 byte chunks by
default
2013-01-26 16:13:19 -08:00
include * Nearly done with the documentation 2013-01-26 16:13:19 -08:00
src * Nearly done with the documentation 2013-01-26 16:13:19 -08:00
README First Commit 2013-01-26 12:19:24 -08:00
libzelda.cbp First Commit 2013-01-26 12:19:24 -08:00
libzelda.conf First Commit 2013-01-26 12:19:24 -08:00
libzelda.depend * Nearly done with the documentation 2013-01-26 16:13:19 -08:00
libzelda.layout First Commit 2013-01-26 12:19:24 -08:00
libzelda.png First Commit 2013-01-26 12:19:24 -08:00
libzelda.vcproj First Commit 2013-01-26 12:19:24 -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.