• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Makefile.tstH A D17-May-2021876 4927

READMEH A D17-May-2021441 1410

bufferstream.cppH A D17-May-20212.8 KiB14555

bufferstream.hH A D17-May-20212.1 KiB9940

gzipstream.cppH A D17-May-20219.9 KiB457261

gzipstream.hH A D17-May-20212.2 KiB12148

inkscapestream.cppH A D17-May-202114.5 KiB801468

inkscapestream.hH A D17-May-202113.2 KiB667266

streamtest.cppH A D17-May-20215.8 KiB257194

stringstream.cppH A D17-May-20212.4 KiB12643

stringstream.hH A D17-May-20211.8 KiB10638

uristream.cppH A D17-May-20213.3 KiB17285

uristream.hH A D17-May-20211.8 KiB10235

xsltstream.cppH A D17-May-20214.9 KiB249115

xsltstream.hH A D17-May-20212.5 KiB14148

README

1
2This directory contains code related to streams.
3
4Base class:
5  inkscapestream.h  Used by other stream handling code and odf, filter-file
6
7Derived classes:
8  bufferstream.h    Used by odf
9  gzipstream.h      Used by repr-io.cpp
10  stringstream.h    Used by rerp-io.cpp and ui/clipboard.cpp
11                    Note file with same name in src/svg
12  uristream.h       Used by repr-io.cpp
13  xsltstream.h      Used by none one (except testfile)
14