FileStream.st
changeset 3233 1d29ae45b333
parent 3231 538eee23688a
child 3754 e281b9479361
equal deleted inserted replaced
3232:9a8bc7ebc8d4 3233:1d29ae45b333
   349     this is not a good idea; someone else might be appending ...
   349     this is not a good idea; someone else might be appending ...
   350 
   350 
   351     newStream readLimit:(newStream size).
   351     newStream readLimit:(newStream size).
   352 "
   352 "
   353     ^ newStream
   353     ^ newStream
       
   354 ! !
       
   355 
       
   356 !FileStream class methodsFor:'Signal constants'!
       
   357 
       
   358 openErrorSignal
       
   359     "return the FileStream specific openErrorSignal.
       
   360      This is different from ExternalStream>>OpenErrorSignal!!"
       
   361 
       
   362     ^ OpenErrorSignal
       
   363 
       
   364     "Created: / 28.1.1998 / 14:41:18 / stefan"
   354 ! !
   365 ! !
   355 
   366 
   356 !FileStream methodsFor:'Squeak compatibility'!
   367 !FileStream methodsFor:'Squeak compatibility'!
   357 
   368 
   358 fullName
   369 fullName
  1025 ! !
  1036 ! !
  1026 
  1037 
  1027 !FileStream class methodsFor:'documentation'!
  1038 !FileStream class methodsFor:'documentation'!
  1028 
  1039 
  1029 version
  1040 version
  1030     ^ '$Header: /cvs/stx/stx/libbasic/FileStream.st,v 1.56 1998-01-28 14:27:18 stefan Exp $'
  1041     ^ '$Header: /cvs/stx/stx/libbasic/FileStream.st,v 1.57 1998-01-28 15:02:42 stefan Exp $'
  1031 ! !
  1042 ! !
  1032 FileStream initialize!
  1043 FileStream initialize!