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

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)
 

Detailed Description

XZ compressed charts support.

Definition in file chartdata_input_stream.h.

Typedef Documentation

◆ ChartDataInputStream

typedef wxFFileInputStream ChartDataInputStream

Definition at line 108 of file chartdata_input_stream.h.

◆ ChartDataNonSeekableInputStream

typedef wxFFileInputStream ChartDataNonSeekableInputStream

Definition at line 109 of file chartdata_input_stream.h.

Function Documentation

◆ DecompressXZFile()

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

Definition at line 201 of file chartdata_input_stream.cpp.