Changeset 662 for trunk/ab5.0
- Timestamp:
- Nov 27, 2008, 1:46:23 AM (16 years ago)
- Location:
- trunk/ab5.0/ablib/src/Classes/System/IO
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/ablib/src/Classes/System/IO/StreamReader.ab
r660 r662 152 152 VarPtr(charBuf[charSize]), charCapacity - charSize, 153 153 byteEof, charUsed, byteUsed, completed) 154 charEof = byteEof And completed 154 charEof = byteEof And completed And byteCur = byteSize 155 155 byteCur += byteUsed 156 156 charSize += charUsed -
trunk/ab5.0/ablib/src/Classes/System/IO/StringReader.ab
r655 r662 36 36 */ 37 37 Override Function Peek() As Long 38 If i = len Then38 If i >= len Then 39 39 Peek = -1 40 40 Else
Note:
See TracChangeset
for help on using the changeset viewer.