OBSOLETE
Please use Fake.IO.Zip instead and extend it via Pull Request if required
GZip
Operations and tasks for working with tar archives compressed with GZip.
Functions and values
Function or value | Description |
compress(gzipParam)
Signature: gzipParam:GZipCompressionParams -> FileInfo -> seq<ArchiveFileSpec> -> unit
Attributes: [<Obsolete("Please use Fake.IO.Zip instead and extend it via Pull Request if required")>] |
OBSOLETEPlease use Fake.IO.Zip instead and extend it via Pull Request if required Constructs a function that will create a tar.gz archive from a set of files. |
Compress(...)
Signature: setParams:(GZipCompressionParams -> GZipCompressionParams) -> flatten:bool -> baseDir:DirectoryInfo -> archiveFile:FileInfo -> files:seq<FileInfo> -> unit
Attributes: [<Obsolete("Please use Fake.IO.Zip instead and extend it via Pull Request if required")>] |
OBSOLETEPlease use Fake.IO.Zip instead and extend it via Pull Request if required Creates a tar.gz archive with the given files. Parameters
|
CompressDir(...)
Signature: setParams:(GZipCompressionParams -> GZipCompressionParams) -> flatten:bool -> baseDir:DirectoryInfo -> archiveFile:FileInfo -> unit
Attributes: [<Obsolete("Please use Fake.IO.Zip instead and extend it via Pull Request if required")>] |
OBSOLETEPlease use Fake.IO.Zip instead and extend it via Pull Request if required Creates a tar.gz archive containing all the files in a directory. Parameters
|
CompressDirWithDefaults(...)
Signature: baseDir:DirectoryInfo -> archiveFile:FileInfo -> unit
Attributes: [<Obsolete("Please use Fake.IO.Zip instead and extend it via Pull Request if required")>] |
OBSOLETEPlease use Fake.IO.Zip instead and extend it via Pull Request if required Creates a tar.gz archive containing all the files in a directory. Parameters
|
CompressSpecs(...)
Signature: setParams:(GZipCompressionParams -> GZipCompressionParams) -> archiveFile:FileInfo -> fileSpecs:seq<ArchiveFileSpec> -> unit
Attributes: [<Obsolete("Please use Fake.IO.Zip instead and extend it via Pull Request if required")>] |
OBSOLETEPlease use Fake.IO.Zip instead and extend it via Pull Request if required Creates a tar.gz archive with the given archive file specifications. Parameters
|
compressStream(gzipParams)
Signature: gzipParams:GZipCompressionParams -> Stream -> TarOutputStream
Attributes: [<Obsolete("Please use Fake.IO.Zip instead and extend it via Pull Request if required")>] |
OBSOLETEPlease use Fake.IO.Zip instead and extend it via Pull Request if required Wraps an output stream with a tar.gz compressor. |
CompressWithDefaults(...)
Signature: baseDir:DirectoryInfo -> archiveFile:FileInfo -> files:seq<FileInfo> -> unit
Attributes: [<Obsolete("Please use Fake.IO.Zip instead and extend it via Pull Request if required")>] |
OBSOLETEPlease use Fake.IO.Zip instead and extend it via Pull Request if required Creates a tar.gz archive with the given files with default parameters. Parameters
|
createFile gzipParams file
Signature: gzipParams:GZipCompressionParams -> file:FileInfo -> TarOutputStream
Attributes: [<Obsolete("Please use Fake.IO.Zip instead and extend it via Pull Request if required")>] |
OBSOLETEPlease use Fake.IO.Zip instead and extend it via Pull Request if required Creates a Parameters
|
Extract extractDir archiveFile
Signature: extractDir:DirectoryInfo -> archiveFile:FileInfo -> unit
Attributes: [<Obsolete("Please use Fake.IO.Zip instead and extend it via Pull Request if required")>] |
OBSOLETEPlease use Fake.IO.Zip instead and extend it via Pull Request if required Extracts a tar.gz archive to a given directory. Parameters
|
extractStream
Signature: Stream -> TarInputStream
Attributes: [<Obsolete("Please use Fake.IO.Zip instead and extend it via Pull Request if required")>] |
OBSOLETEPlease use Fake.IO.Zip instead and extend it via Pull Request if required Wraps an input stream with a tar.gz decompressor. |