//  // // ##### #### # # -= Zipex Library =-  // //  ## # # ## ## Stream.cpp - Stream base class  // //  ## #### ###  // //  ## # ### An efficient binary stream through which data can be read and written  // // ## # ## ## without knowing the actual means of storage  // // ##### # # # R1 (C)2003-2004 Markus Ewald -> License.txt  // //  // #include "zipex/stream.h" using namespace Zipex; // Just here to ensure it compiles without additional headers