Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
gzipfile.cc File Reference
#include "ortools/base/gzipfile.h"
#include "absl/strings/string_view.h"
#include "ortools/base/file.h"
#include "ortools/base/logging.h"

Go to the source code of this file.

Functions

FileGZipFileReader (const absl::string_view name, File *file, Ownership ownership, AppendedStreams appended_streams)

Function Documentation

◆ GZipFileReader()

File * GZipFileReader ( const absl::string_view name,
File * file,
Ownership ownership,
AppendedStreams appended_streams )

Definition at line 25 of file gzipfile.cc.