brotli
v0.3.1
Pages
Modules
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.