phobos-next v0.4.6 (2022-11-25T12:27:21Z)
Home
Dub
Repo
bz_stream
nxt
zio
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
@
safe
extern (
C
) nothrow @
nogc
struct
bz_stream {
ubyte
*
next_in
;
uint
avail_in
;
uint
total_in_lo32
;
uint
total_in_hi32
;
ubyte
*
next_out
;
uint
avail_out
;
uint
total_out_lo32
;
uint
total_out_hi32
;
void
*
state
;
void
*
function
(
void
*,
int
,
int
)
nothrow
bzalloc
;
void
function
(
void
*,
void
*)
nothrow
bzfree
;
void
*
opaque
;
}
Members
Variables
avail_in
uint
avail_in
;
Undocumented in source.
avail_out
uint
avail_out
;
Undocumented in source.
bzalloc
void
*
function
(
void
*,
int
,
int
)
nothrow
bzalloc
;
Undocumented in source.
bzfree
void
function
(
void
*,
void
*)
nothrow
bzfree
;
Undocumented in source.
next_in
ubyte
*
next_in
;
Undocumented in source.
next_out
ubyte
*
next_out
;
Undocumented in source.
opaque
void
*
opaque
;
Undocumented in source.
state
void
*
state
;
Undocumented in source.
total_in_hi32
uint
total_in_hi32
;
Undocumented in source.
total_in_lo32
uint
total_in_lo32
;
Undocumented in source.
total_out_hi32
uint
total_out_hi32
;
Undocumented in source.
total_out_lo32
uint
total_out_lo32
;
Undocumented in source.
Meta
Source
See Implementation
nxt
zio
classes
DecompressByLine
GzipOut
functions
BZ2_bzBuffToBuffCompress
BZ2_bzBuffToBuffDecompress
BZ2_bzCompress
BZ2_bzCompressEnd
BZ2_bzCompressInit
BZ2_bzDecompress
BZ2_bzDecompressEnd
BZ2_bzDecompressInit
BZ2_bzRead
BZ2_bzReadClose
BZ2_bzReadGetUnused
BZ2_bzReadOpen
BZ2_bzWrite
BZ2_bzWriteClose
BZ2_bzWriteClose64
BZ2_bzWriteOpen
BZ2_bzclose
BZ2_bzdopen
BZ2_bzerror
BZ2_bzflush
BZ2_bzlibVersion
BZ2_bzopen
BZ2_bzread
BZ2_bzwrite
manifest constants
BZ_CONFIG_ERROR
BZ_DATA_ERROR
BZ_DATA_ERROR_MAGIC
BZ_FINISH
BZ_FINISH_OK
BZ_FLUSH
BZ_FLUSH_OK
BZ_IO_ERROR
BZ_MAX_UNUSED
BZ_MEM_ERROR
BZ_OK
BZ_OUTBUFF_FULL
BZ_PARAM_ERROR
BZ_RUN
BZ_RUN_OK
BZ_SEQUENCE_ERROR
BZ_STREAM_END
BZ_UNEXPECTED_EOF
structs
BZFILE
Bz2libFileInputRange
GzipFileInputRange
ZlibFileInputRange
bz_stream