gocompresser

package module
v0.0.0-...-b8e9827 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 28, 2014 License: Apache-2.0 Imports: 6 Imported by: 0

README

Compression and Archive Extensions

Go Walker

中文文档

Package cae implements PHP-like Compression and Archive Extensions.

But this package has some modifications depends on Go-style.

Reference: PHP:Compression and Archive Extensions.

Implementations
  • Package zip: this package enables you to transparently read or write ZIP compressed archives and the files inside them. Go Walker.
    • Features:
      • Add file or directory from everywhere to archive, no one-to-one limitation.
      • Able to extract part of entries, not all at once.
Test cases and Coverage

All subpackages use GoConvey to write test cases, and coverage is more than 85 percent.

Documentation

Overview

Help linls: https://codereview.appspot.com/7305072

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func TarGz

func TarGz(srcDirPath string, destFilePath string)

Gzip and tar from source directory or file to destination file you need check file exist before you call this function

func UnTarGz

func UnTarGz(srcFilePath string, destDirPath string)

Ungzip and untar from source file to destination directory you need check file exist before you call this function

Types

This section is empty.

Directories

Path Synopsis
Package zip enables you to transparently read or write ZIP compressed archives and the files inside them.
Package zip enables you to transparently read or write ZIP compressed archives and the files inside them.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL