OpenCPN Partial API docs
|
XZ compressed charts support. More...
#include "config.h"
#include <wx/ffile.h>
#include <wx/string.h>
#include <wx/wfstream.h>
Go to the source code of this file.
Typedefs | |
typedef wxFFileInputStream | ChartDataInputStream |
typedef wxFFileInputStream | ChartDataNonSeekableInputStream |
Functions | |
bool | DecompressXZFile (const wxString &input_path, const wxString &output_path) |
XZ compressed charts support.
Definition in file chartdata_input_stream.h.
typedef wxFFileInputStream ChartDataInputStream |
Definition at line 108 of file chartdata_input_stream.h.
typedef wxFFileInputStream ChartDataNonSeekableInputStream |
Definition at line 109 of file chartdata_input_stream.h.
bool DecompressXZFile | ( | const wxString & | input_path, |
const wxString & | output_path | ||
) |
Definition at line 201 of file chartdata_input_stream.cpp.