Sync.
This commit is contained in:
parent
76ee21f9a3
commit
0b96cb3b6c
@ -8,6 +8,11 @@ Class {
|
|||||||
#category : #'Grafoscopio-Utils'
|
#category : #'Grafoscopio-Utils'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{ #category : #'as yet unclassified' }
|
||||||
|
GrafoscopioUtils class >> checksumFor: aFileReference [
|
||||||
|
^ (SHA1 new hashMessage: aFileReference binaryReadStream contents) hex.
|
||||||
|
]
|
||||||
|
|
||||||
{ #category : #'graphical interface' }
|
{ #category : #'graphical interface' }
|
||||||
GrafoscopioUtils class >> downloadingFrom: downloadUrl withMessage: aString into: location [
|
GrafoscopioUtils class >> downloadingFrom: downloadUrl withMessage: aString into: location [
|
||||||
| fileName |
|
| fileName |
|
||||||
|
Loading…
Reference in New Issue
Block a user