brotli
v0.3.2
v0.3.1
v0.3.0
Pages
Modules
brotli
Top
Summary
Functions
decode/1
decode/2
encode/1
encode/2
max_compressed_size/1
version/0
brotli_decoder
Top
Summary
Types
t/0
Functions
is_finished/1
is_used/1
new/0
stream/2
brotli_encoder
Top
Summary
Types
mode/0
ndirect/0
options/0
t/0
Functions
append/2
finish/1
finish/2
is_finished/1
new/0
new/1
set_opts/2
brotli_decoder
(brotli v0.3.1)
View Source
Link to this section
Summary
Types
t/0
Functions
is_finished(Decoder)
is_used(Decoder)
new()
stream(Decoder, Data)
Link to this section
Types
Link to this opaque
t/0
View Source
(opaque)
Specs
t()
Link to this section
Functions
Link to this function
is_finished(Decoder)
View Source
Link to this function
is_used(Decoder)
View Source
Link to this function
new()
View Source
Specs
new() ->
t
().
Link to this function
stream(Decoder, Data)
View Source
Specs
stream(Decoder ::
t
(), Data :: iodata()) -> {ok | more, iodata()} | error.
×