Added readers for compressed and uncompressed files
authorMateusz Półrola <mateusz.polrola@comarch.pl>
Tue, 5 Oct 2010 12:20:53 +0000 (14:20 +0200)
committerMateusz Półrola <mateusz.polrola@comarch.pl>
Tue, 5 Oct 2010 12:20:53 +0000 (14:20 +0200)
commit850f2dc8d8ce16cdf3c0af0bec52687d6cd3d794
tree6dd0cd505c310d77f9410df3bfc13a3bcbdd3629
parent7da1c4021d15e2db1e1fb37270a9364fde5c4f76
Added readers for compressed and uncompressed files
src/plugins/stardict/CompressedReader.cpp [new file with mode: 0644]
src/plugins/stardict/CompressedReader.h [new file with mode: 0644]
src/plugins/stardict/StarDictReader.h [new file with mode: 0644]
src/plugins/stardict/StarDictReaderFactory.cpp [new file with mode: 0644]
src/plugins/stardict/StarDictReaderFactory.h [new file with mode: 0644]
src/plugins/stardict/UncompressedReader.cpp [new file with mode: 0644]
src/plugins/stardict/UncompressedReader.h [new file with mode: 0644]
src/plugins/stardict/stardict.pro