Module eiconv

Function Index

chunk/2
close/1
conv/2
conv/3
convert/2
convert/3
finalize/1
open/2

Function Details

chunk/2

chunk(Cd::any(), Input::iodata()) -> {ok, binary()} | {error, any()}

close/1

close(Cd::any()) -> ok

conv/2

conv(Cd::any(), Input::iodata()) -> {ok, binary()} | {error, any()}

conv/3

conv(Cd::any(), Input::iodata(), ChunkSize::integer()) -> {ok, binary()} | {error, any()}

convert/2

convert(FromEncoding::string() | iodata(), Input::iodata()) -> {ok, binary()} | {error, any()}

convert/3

convert(FromEncoding::string() | iodata(), ToEncoding::string() | iodata(), Input::iodata()) -> {ok, binary()} | {error, any()}

finalize/1

finalize(Cd::any()) -> ok | {rest, binary()} | {error, any()}

open/2

open(ToCode::iodata() | string(), FromCode::iodata() | string()) -> {ok, any()} | {error, any()}


Generated by EDoc