OpenCPN Partial API docs
Loading...
Searching...
No Matches
chartdata_input_stream.cpp File Reference

Implement chartdata_input_stream.h – XZ compressed charts support. More...

#include <wx/wxprec.h>
#include <wx/wx.h>
#include <wx/filename.h>
#include <wx/log.h>
#include <wx/wfstream.h>
#include "config.h"
#include "model/chartdata_input_stream.h"

Go to the source code of this file.

Functions

bool DecompressXZFile (const wxString &input_path, const wxString &output_path)
 

Detailed Description

Implement chartdata_input_stream.h – XZ compressed charts support.

Definition in file chartdata_input_stream.cpp.

Function Documentation

◆ DecompressXZFile()

bool DecompressXZFile ( const wxString &  input_path,
const wxString &  output_path 
)

Definition at line 197 of file chartdata_input_stream.cpp.