Bytevectors

Hhe (rnrs bytevectors (6))library provides a single type for blocks of binary data with multiple ways to access that data.  It deals with integers and floating-point representations in various sizes with specified endianness.

Summary
BytevectorsHhe (rnrs bytevectors (6))library provides a single type for blocks of binary data with multiple ways to access that data.
(rnrs bytevectors (6))
Functions
native-endiannessSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_78
bytevector?See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_80
make-bytevectorSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_82
make-bytevectorSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_82
bytevector-lengthSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_86
bytevector=?See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_88
bytevector-copySee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_94
bytevector-u8-refSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_96
bytevector-s8-refSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_98
bytevector-u8-set!See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_100
bytevector-s8-set!See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_102
bytevector->u8-listSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_104
u8-list->bytevectorSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_106
bytevector-uint-refSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_108
bytevector-sint-refSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_110
bytevector-uint-set!See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_112
bytevector-sint-set!See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_114
bytevector->uint-listSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_116
bytevector->sint-listSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_118
uint-list->bytevectorSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_120
sint-list->bytevectorSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_122
bytevector-u16-refSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_124
bytevector-s16-refSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_126
bytevector-u16-native-refSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_128
bytevector-s16-native-refSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_130
bytevector-u16-set!See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_132
bytevector-s16-set!See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_134
bytevector-u16-native-set!See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_136
bytevector-s16-native-set!See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_138
bytevector-u32-refSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_140
bytevector-s32-refSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_142
bytevector-u32-native-refSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_144
bytevector-s32-native-refSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_146
bytevector-u32-set!See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_148
bytevector-s32-set!See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_150
bytevector-u32-native-set!See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_152
bytevector-s32-native-set!See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_154
bytevector-u64-refSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_156
bytevector-s64-refSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_158
bytevector-u64-native-refSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_160
bytevector-s64-native-refSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_162
bytevector-u64-set!See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_164
bytevector-s64-set!See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_166
bytevector-u64-native-set!See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_168
bytevector-s64-native-set!See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_170
bytevector-ieee-single-native-refSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_172
bytevector-ieee-single-refSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_174
bytevector-ieee-double-native-refSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_176
bytevector-ieee-double-refSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_178
bytevector-ieee-single-native-set!See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_180
bytevector-ieee-double-native-set!See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_182
string->utf8See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_184
string->utf16See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_186
string->utf16See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_186
string->utf32See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_190
string->utf32See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_190
utf8->stringSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_194
utf16->stringSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_196
utf32->stringSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_198
endiannessSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_76

(rnrs bytevectors (6))

Summary
Functions
native-endiannessSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_78
bytevector?See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_80
make-bytevectorSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_82
make-bytevectorSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_82
bytevector-lengthSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_86
bytevector=?See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_88
bytevector-copySee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_94
bytevector-u8-refSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_96
bytevector-s8-refSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_98
bytevector-u8-set!See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_100
bytevector-s8-set!See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_102
bytevector->u8-listSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_104
u8-list->bytevectorSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_106
bytevector-uint-refSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_108
bytevector-sint-refSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_110
bytevector-uint-set!See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_112
bytevector-sint-set!See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_114
bytevector->uint-listSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_116
bytevector->sint-listSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_118
uint-list->bytevectorSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_120
sint-list->bytevectorSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_122
bytevector-u16-refSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_124
bytevector-s16-refSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_126
bytevector-u16-native-refSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_128
bytevector-s16-native-refSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_130
bytevector-u16-set!See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_132
bytevector-s16-set!See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_134
bytevector-u16-native-set!See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_136
bytevector-s16-native-set!See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_138
bytevector-u32-refSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_140
bytevector-s32-refSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_142
bytevector-u32-native-refSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_144
bytevector-s32-native-refSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_146
bytevector-u32-set!See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_148
bytevector-s32-set!See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_150
bytevector-u32-native-set!See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_152
bytevector-s32-native-set!See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_154
bytevector-u64-refSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_156
bytevector-s64-refSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_158
bytevector-u64-native-refSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_160
bytevector-s64-native-refSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_162
bytevector-u64-set!See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_164
bytevector-s64-set!See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_166
bytevector-u64-native-set!See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_168
bytevector-s64-native-set!See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_170
bytevector-ieee-single-native-refSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_172
bytevector-ieee-single-refSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_174
bytevector-ieee-double-native-refSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_176
bytevector-ieee-double-refSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_178
bytevector-ieee-single-native-set!See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_180
bytevector-ieee-double-native-set!See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_182
string->utf8See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_184
string->utf16See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_186
string->utf16See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_186
string->utf32See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_190
string->utf32See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_190
utf8->stringSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_194
utf16->stringSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_196
utf32->stringSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_198
endiannessSee http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_76

Functions

native-endianness

make-bytevector

bytevector-length

bytevector=?

See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_88

Prototype

(bytevector=? bytevector1 bytevector2)

bytevector-copy

bytevector-u8-ref

bytevector-s8-ref

bytevector-u8-set!

See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_100

Prototype

(bytevector-u8-set! bytevector k octet)

bytevector-s8-set!

See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_102

Prototype

(bytevector-s8-set! bytevector k byte)

bytevector->u8-list

u8-list->bytevector

bytevector-uint-ref

See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_108

Prototype

(bytevector-uint-ref bytevector k endianness size)

bytevector-sint-ref

See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_110

Prototype

(bytevector-sint-ref bytevector k endianness size)

bytevector-uint-set!

See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_112

Prototype

(bytevector-uint-set! bytevector k n endianness size)

bytevector-sint-set!

See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_114

Prototype

(bytevector-sint-set! bytevector k n endianness size)

bytevector->uint-list

See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_116

Prototype

(bytevector->uint-list bytevector endianness size)

bytevector->sint-list

See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_118

Prototype

(bytevector->sint-list bytevector endianness size)

uint-list->bytevector

See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_120

Prototype

(uint-list->bytevector list endianness size)

sint-list->bytevector

See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_122

Prototype

(sint-list->bytevector list endianness size)

bytevector-u16-ref

See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_124

Prototype

(bytevector-u16-ref bytevector k endianness)

bytevector-s16-ref

See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_126

Prototype

(bytevector-s16-ref bytevector k endianness)

bytevector-u16-native-ref

See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_128

Prototype

(bytevector-u16-native-ref bytevector k)

bytevector-s16-native-ref

See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_130

Prototype

(bytevector-s16-native-ref bytevector k)

bytevector-u16-set!

See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_132

Prototype

(bytevector-u16-set! bytevector k n endianness)

bytevector-s16-set!

See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_134

Prototype

(bytevector-s16-set! bytevector k n endianness)

bytevector-u16-native-set!

See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_136

Prototype

(bytevector-u16-native-set! bytevector k n)

bytevector-s16-native-set!

See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_138

Prototype

(bytevector-s16-native-set! bytevector k n)

bytevector-u32-ref

See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_140

Prototype

(bytevector-u32-ref bytevector k endianness)

bytevector-s32-ref

See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_142

Prototype

(bytevector-s32-ref bytevector k endianness)

bytevector-u32-native-ref

See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_144

Prototype

(bytevector-u32-native-ref bytevector k)

bytevector-s32-native-ref

See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_146

Prototype

(bytevector-s32-native-ref bytevector k)

bytevector-u32-set!

See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_148

Prototype

(bytevector-u32-set! bytevector k n endianness)

bytevector-s32-set!

See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_150

Prototype

(bytevector-s32-set! bytevector k n endianness)

bytevector-u32-native-set!

See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_152

Prototype

(bytevector-u32-native-set! bytevector k n)

bytevector-s32-native-set!

See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_154

Prototype

(bytevector-s32-native-set! bytevector k n)

bytevector-u64-ref

See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_156

Prototype

(bytevector-u64-ref bytevector k endianness)

bytevector-s64-ref

See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_158

Prototype

(bytevector-s64-ref bytevector k endianness)

bytevector-u64-native-ref

See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_160

Prototype

(bytevector-u64-native-ref bytevector k)

bytevector-s64-native-ref

See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_162

Prototype

(bytevector-s64-native-ref bytevector k)

bytevector-u64-set!

See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_164

Prototype

(bytevector-u64-set! bytevector k n endianness)

bytevector-s64-set!

See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_166

Prototype

(bytevector-s64-set! bytevector k n endianness)

bytevector-u64-native-set!

See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_168

Prototype

(bytevector-u64-native-set! bytevector k n)

bytevector-s64-native-set!

See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_170

Prototype

(bytevector-s64-native-set! bytevector k n)

bytevector-ieee-single-native-ref

See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_172

Prototype

(bytevector-ieee-single-native-ref bytevector k)

bytevector-ieee-single-ref

See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_174

Prototype

(bytevector-ieee-single-ref bytevector k endianness)

bytevector-ieee-double-native-ref

See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_176

Prototype

(bytevector-ieee-double-native-ref bytevector k)

bytevector-ieee-double-ref

See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_178

Prototype

(bytevector-ieee-double-ref bytevector k endianness)

bytevector-ieee-single-native-set!

See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_180

Prototype

(bytevector-ieee-single-native-set! bytevector k x)

bytevector-ieee-double-native-set!

See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_182

Prototype

(bytevector-ieee-double-native-set! bytevector k x)

string->utf16

string->utf16

string->utf32

string->utf32

utf8->string

utf16->string

See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_196

Prototype

(utf16->string bytevector endianness)

utf32->string

See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_198

Prototype

(utf32->string bytevector endianness)

endianness

See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_76

Prototype

(endianness \hyper{endianness symbol})
Close