OpenCPN Partial API docs
|
XZ compressed charts support. More...
#include <wx/ffile.h>
#include <wx/string.h>
#include <wx/wfstream.h>
#include "config.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 112 of file chartdata_input_stream.h.
typedef wxFFileInputStream ChartDataNonSeekableInputStream |
Definition at line 113 of file chartdata_input_stream.h.
bool DecompressXZFile | ( | const wxString & | input_path, |
const wxString & | output_path | ||
) |
Definition at line 197 of file chartdata_input_stream.cpp.