Thrill  0.1
gzip_filter.hpp
Go to the documentation of this file.
1 /*******************************************************************************
2  * thrill/vfs/gzip_filter.hpp
3  *
4  * Part of Project Thrill - http://project-thrill.org
5  *
6  * Copyright (C) 2016 Timo Bingmann <[email protected]>
7  *
8  * All rights reserved. Published under the BSD-2 license in the LICENSE file.
9  ******************************************************************************/
10 
11 #pragma once
12 #ifndef THRILL_VFS_GZIP_FILTER_HEADER
13 #define THRILL_VFS_GZIP_FILTER_HEADER
14 
15 #include <thrill/vfs/file_io.hpp>
16 
17 #include <string>
18 
19 namespace thrill {
20 namespace vfs {
21 
23 
25 
26 } // namespace vfs
27 } // namespace thrill
28 
29 #endif // !THRILL_VFS_GZIP_FILTER_HEADER
30 
31 /******************************************************************************/
tlx::CountingPtr< WriteStream > WriteStreamPtr
Definition: file_io.hpp:146
ReadStreamPtr MakeGZipReadFilter(const ReadStreamPtr &)
WriteStreamPtr MakeGZipWriteFilter(const WriteStreamPtr &)
tlx::CountingPtr< ReadStream > ReadStreamPtr
Definition: file_io.hpp:145