HashStream.st
changeset 13889 f335cf6d5783
parent 13366 0e1bdf4f4156
child 13900 0dc22ed6d46f
equal deleted inserted replaced
13888:ee32d4db57f5 13889:f335cf6d5783
    83 canStream
    83 canStream
    84     "simple hash functions (squeak-ported) cannot stream.
    84     "simple hash functions (squeak-ported) cannot stream.
    85      Use hashFunction: there"
    85      Use hashFunction: there"
    86 
    86 
    87     ^ true
    87     ^ true
       
    88 !
       
    89 
       
    90 hashSize
       
    91     self subclassResponsibility
       
    92 
       
    93     "Created: / 04-01-2012 / 19:22:32 / cg"
    88 ! !
    94 ! !
    89 
    95 
    90 !HashStream class methodsFor:'self tests'!
    96 !HashStream class methodsFor:'self tests'!
    91 
    97 
    92 test
    98 test
   321 ! !
   327 ! !
   322 
   328 
   323 !HashStream class methodsFor:'documentation'!
   329 !HashStream class methodsFor:'documentation'!
   324 
   330 
   325 version
   331 version
   326     ^ '$Header: /cvs/stx/stx/libbasic/HashStream.st,v 1.14 2011-05-13 08:32:58 stefan Exp $'
   332     ^ '$Header: /cvs/stx/stx/libbasic/HashStream.st,v 1.15 2012-01-04 18:55:36 cg Exp $'
   327 !
   333 !
   328 
   334 
   329 version_CVS
   335 version_CVS
   330     ^ '$Header: /cvs/stx/stx/libbasic/HashStream.st,v 1.14 2011-05-13 08:32:58 stefan Exp $'
   336     ^ '$Header: /cvs/stx/stx/libbasic/HashStream.st,v 1.15 2012-01-04 18:55:36 cg Exp $'
   331 ! !
   337 ! !