#include <CompressionStream.h>
Inherits llvm::raw_ostream.
Definition at line 19 of file CompressionStream.h.
◆ compressed_fd_ostream()
klee::compressed_fd_ostream::compressed_fd_ostream |
( |
const std::string & |
Filename, |
|
|
std::string & |
ErrorInfo |
|
) |
| |
compressed_fd_ostream - Open the specified file for writing. If an error occurs, information about the error is put into ErrorInfo, and the stream should be immediately destroyed; the string will be empty if no error occurred. This allows optional flags to control how the file will be opened.
◆ ~compressed_fd_ostream()
klee::compressed_fd_ostream::~compressed_fd_ostream |
( |
| ) |
|
◆ current_pos()
virtual uint64_t klee::compressed_fd_ostream::current_pos |
( |
| ) |
const |
|
inlineprivatevirtual |
◆ flush_compressed_data()
void klee::compressed_fd_ostream::flush_compressed_data |
( |
| ) |
|
|
private |
◆ write_file()
void klee::compressed_fd_ostream::write_file |
( |
const char * |
Ptr, |
|
|
size_t |
Size |
|
) |
| |
|
private |
◆ write_impl()
virtual void klee::compressed_fd_ostream::write_impl |
( |
const char * |
Ptr, |
|
|
size_t |
Size |
|
) |
| |
|
privatevirtual |
write_impl - See raw_ostream::write_impl.
◆ writeFullCompressedData()
void klee::compressed_fd_ostream::writeFullCompressedData |
( |
| ) |
|
|
private |
◆ buffer
uint8_t klee::compressed_fd_ostream::buffer[BUFSIZE] |
|
private |
◆ FD
int klee::compressed_fd_ostream::FD |
|
private |
◆ pos
uint64_t klee::compressed_fd_ostream::pos |
|
private |
◆ strm
z_stream klee::compressed_fd_ostream::strm |
|
private |
The documentation for this class was generated from the following file: