Module iconverl

Data Types

cd()

abstract datatype: cd()

Function Index

chunk/2
conv/2
conv/3
iconv/2
ignores/1
open/2
reset/1

Function Details

chunk/2

chunk(CD::cd(), Data::iodata()) -> {done, iodata()} | {more, iodata()} | {error, atom()} | {ok, eilseq, integer(), binary()}

conv/2

conv(CD::cd(), Data::iodata()) -> {ok, binary()} | {error, atom()}

conv/3

conv(To::string() | binary(), From::string() | binary(), Data::iodata()) -> {ok, binary()} | {error, atom()}

iconv/2

iconv(Cd::cd(), Binary::binary()) -> {ok, e2big, integer(), binary()} | {ok, eilseq, integer(), binary()} | {ok, einval, integer(), binary()} | {ok, integer(), binary()} | {error, atom()} | {error, integer()}

ignores/1

ignores(Cd::cd()) -> true | false

open/2

open(To::string() | binary(), From::string() | binary()) -> cd() | {error, unsupported | any()}

reset/1

reset(Cd::cd()) -> ok | {error, atom()} | {error, integer()}


Generated by EDoc