-
Notifications
You must be signed in to change notification settings - Fork 0
test1 initial commit #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
|
||
| private final static int numberOfThreads = 4; | ||
|
|
||
| // create 'dir' directory manually! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| /** | ||
| * This method calculates MD5 check-sum of a file or a directory. | ||
| * @param path path to file/directory | ||
| * @return byte[] array storing MD5 check-sum |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
исключения тоже бы хорошо документировать
| try { | ||
| return getHashFromPath(p); | ||
| } catch (Exception e) { | ||
| // TODO handle exceptions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ага, todo :)
|
9.5 |
No description provided.