We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adda118 commit 03a50c4Copy full SHA for 03a50c4
src/FS-AnsiStreams.package/FSReadStream.class/instance/basicNext..st
@@ -1,3 +1,3 @@
1
accessing - multibyte support
2
basicNext: count
3
- ^ self nextInto: ((isBinary ifTrue: ByteArray ifFalse: ByteString) new: count)
+ ^ self basicNextInto: (self collectionSpecies new: count)
src/FS-AnsiStreams.package/FSReadStream.class/methodProperties.json
@@ -4,7 +4,7 @@
4
"instance" : {
5
"atEnd" : "jr 4/13/2017 15:46",
6
"basicNext" : "jr 4/13/2017 15:39",
7
- "basicNext:" : "jr 12/13/2016 19:44",
+ "basicNext:" : "jr 11/19/2021 22:09",
8
"basicNext:into:" : "jr 4/13/2017 15:39",
9
"basicNextInto:" : "jr 4/13/2017 15:39",
10
"isRead" : "CamilloBruni 8/14/2011 15:28",
0 commit comments