Google OR-Tools: ortools/base/gzipfile.h Source File

Go to the documentation of this file.

1

2

3

4

5

6

7

8

9

10

11

12

13

14#ifndef ORTOOLS_BASE_GZIPFILE_H_

15#define ORTOOLS_BASE_GZIPFILE_H_

16

17#include <zlib.h>

18

19#include "absl/strings/string_view.h"

20

22

23

24

25

27

28

29

30

35

36

37

38

39

40

41

42

43

44

45

46

47

48

49

50

51

52

53

54

55

56

57

58

59

60

61

62

63

66

72

73#endif

AppendedStreams

Definition gzipfile.h:31

@ kIgnoreAppendedData

Definition gzipfile.h:33

@ kConcatenateStreams

Definition gzipfile.h:32

Ownership

Definition gzipfile.h:26

@ TAKE_OWNERSHIP

Definition gzipfile.h:26

@ DO_NOT_TAKE_OWNERSHIP

Definition gzipfile.h:26

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