This commit is contained in:
Offray Vladimir Luna Cárdenas 2017-08-18 02:23:18 +00:00 committed by SantiagoBragagnolo
parent 6873aacc4c
commit 45462c2433
1 changed files with 5 additions and 0 deletions

View File

@ -8,6 +8,11 @@ Class {
#category : #'Grafoscopio-Utils'
}
{ #category : #'as yet unclassified' }
GrafoscopioUtils class >> checksumFor: aFileReference [
^ (SHA1 new hashMessage: aFileReference binaryReadStream contents) hex.
]
{ #category : #'graphical interface' }
GrafoscopioUtils class >> downloadingFrom: downloadUrl withMessage: aString into: location [
| fileName |