#include <compressedStream.hpp>
Inheritance diagram for CompressedStream:
Public Member Functions | |
CompressedStream (char *buffer, int buffer_size) | |
int | position () const |
void | set_position (int position) |
int | read_int () |
char | read_char () |
int | write_int (int value) |
int | write_char (char value) |
Definition at line 23 of file compressedStream.hpp.
CompressedStream::CompressedStream | ( | char * | buffer, | |
int | buffer_size | |||
) |
int CompressedStream::position | ( | ) | const |
char CompressedStream::read_char | ( | ) |
int CompressedStream::read_int | ( | ) |
void CompressedStream::set_position | ( | int | position | ) |
int CompressedStream::write_char | ( | char | value | ) |
int CompressedStream::write_int | ( | int | value | ) |