File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
FS-AnsiStreams.package/FSReadStream.class
FS-Memory.package/FSMemoryHandle.class Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11ansi gettable
22upToEnd
33 | start data |
4- start := position + 1 .
5- position := handle size.
6- data := handle copyFrom: start to: position.
4+ start := position.
5+ data := self basicNext: handle size - start.
76 ^ isBinary ifTrue: [data] ifFalse: [self converter decodeString: data asString]
Original file line number Diff line number Diff line change 2020 "peekFor:" : " jr 2/21/2017 14:18" ,
2121 "size" : " CamilloBruni 8/12/2011 20:49" ,
2222 "skip:" : " jr 1/1/2019 18:42" ,
23- "upToEnd" : " jr 4/13/2017 16:30 " ,
23+ "upToEnd" : " jr 11/19/2021 22:01 " ,
2424 "upToPosition:" : " tobe 10/7/2020 10:21" } }
Original file line number Diff line number Diff line change 11stream- protocol
22copyFrom: from to: position
3+ self deprecated: ' Use at: from read: aCollection startingAt: 1 count: position - from + 1 instead' .
34 ^ bytes copyFrom: from to: position
Original file line number Diff line number Diff line change 77 "at:read:startingAt:count:" : " lr 2/15/2010 20:54" ,
88 "at:write:startingAt:count:" : " cwp 1/31/2010 22:39" ,
99 "close" : " jr 1/20/2017 15:57" ,
10- "copyFrom:to:" : " jr 10/12/2016 18:08 " ,
10+ "copyFrom:to:" : " jr 11/19/2021 21:55 " ,
1111 "fileSize" : " jr 10/18/2016 22:09" ,
1212 "flush" : " cwp 7/29/2009 22:23" ,
1313 "grow" : " cwp 1/31/2010 22:45" ,
You can’t perform that action at this time.
0 commit comments