在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:dcjones/Zlib.jl开源软件地址:https://github.com/dcjones/Zlib.jl开源编程语言:Julia 100.0%开源软件介绍:ZlibZlib bindings for Julia. Note: This library is currently maintained, but should be considered deprecated in favor of Libz.jl, which is in every way better. This library provides a Basic API# Compress data, ouputting a Vector{UInt8} where data is either a Vector{UInt8}
# or an AbstractString.
compress(data)
# Compress at a particular level in [1, 9]
compress("Hello world", 5)
# Decompress to a Vector{UInt8} where data is either a Vector{UInt8} or an
# AbstractString.
decompress(data) Stream APIIncremental compression or decompression can be performed with the Reader(io::IO, raw::Bool=false, bufsize::Int=4096)
Writer(io::IO, level::Integer, gzip::Bool=false, raw::Bool=false)
crc32
Compute and return the 32-bit cycle redundancy check on # E.g.
crc32("hello")
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论