Next: , Previous: , Up: built-in   [Contents][Index]


6.11 Type of transcoder values

Core Type: <transcoder>
Parent Type: <top>

Type of transcoder values.

Constructor on <transcoder>: <transcoder> type-constructor codec
Constructor on <transcoder>: <transcoder> type-constructor codec eol-style
Constructor on <transcoder>: <transcoder> type-constructor codec eol-style handling-mode

The constructor is make-transcoder.

Type predicate on <transcoder>: <boolean> type-predicate obj

The type predicate is transcoder?. Return #t if obj is a transcoder object; otherwise return #f.

Hash function on <transcoder>: <non-negative-fixnum> hash-function this

The hash function is transcoder-hash.

Methods

Method on <transcoder>: <symbol> codec this

Apply transcoder-codec to the instance and return its return value.

Method on <transcoder>: <symbol> eol-style this

Apply transcoder-eol-style to the instance and return its return value.

Method on <transcoder>: <symbol> handling-mode this

Apply transcoder-error-handling-mode to the instance and return its return value.