General-purpose streaming I/O framework
Go to file
Antidote 7898fb6ef0 * Fix isOpenWriting (implentation was erroneously named) 2013-01-27 17:39:52 -08:00
include * Forgot to implement isOpenForRead/Writing in TextStream 2013-01-27 12:28:59 -08:00
src * Fix isOpenWriting (implentation was erroneously named) 2013-01-27 17:39:52 -08:00
README First Commit 2013-01-26 12:19:24 -08:00
libzelda.cbp * Changed how TextStream works; It's now less derpish and doesn't 2013-01-27 08:49:48 -08:00
libzelda.conf 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
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.