File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,26 @@ or use Bytes for immutable ByteArrays and Buffer for mutable ByteArrays ????
20
20
StringIO is really like a StringBuffer with file-like read/write access
21
21
22
22
23
- ### ::Buffer
23
+ ### IO::Buffer
24
+
25
+ see < https://ruby-doc.org/core-3.1.2/IO/Buffer.html >
24
26
25
27
26
28
### More
27
29
30
+ arraybuffer gem
31
+ - < https://rubygems.org/gems/arraybuffer >
32
+ - < https://github.com/andrepiske/rb-arraybuffer >
33
+ - < https://www.reddit.com/r/ruby/comments/uffg1h/arraybuffer_and_dataview_classes_for_ruby/ >
34
+
35
+ ByteBuffer in nio4r gem
36
+ - < https://rubygems.org/gems/nio4r >
37
+ - < https://github.com/socketry/nio4r >
38
+ - < https://github.com/socketry/nio4r/wiki/Byte-Buffers >
39
+ - < https://www.rubydoc.info/gems/nio4r/2.5.2/NIO/ByteBuffer >
28
40
29
41
30
42
## In other languages
31
43
44
+ - see python - uses string and bytes (immutable) and bytearray (mutable)
32
45
- see Buffer in node.js
You can’t perform that action at this time.
0 commit comments