This commit is contained in:
Offray Vladimir Luna Cárdenas 2017-08-18 02:23:18 +00:00
parent 76ee21f9a3
commit 0b96cb3b6c
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 |