Next: built-in procedures, Previous: built-in pointers, Up: built-in [Contents][Index]
Type of transcoder values.
<transcoder>: <transcoder> type-constructor codec<transcoder>: <transcoder> type-constructor codec eol-style<transcoder>: <transcoder> type-constructor codec eol-style handling-modeThe constructor is make-transcoder.
<transcoder>: <boolean> type-predicate objThe type predicate is transcoder?. Return #t if obj
is a transcoder object; otherwise return #f.
<transcoder>: <non-negative-fixnum> hash-function thisThe hash function is transcoder-hash.
<transcoder>: <symbol> codec thisApply transcoder-codec to the instance and return its return
value.
<transcoder>: <symbol> eol-style thisApply transcoder-eol-style to the instance and return its return
value.
<transcoder>: <symbol> handling-mode thisApply transcoder-error-handling-mode to the instance and return
its return value.