Network Utilities - rsanchez-wsu/jfiles GitHub Wiki
Net Utils
This class was created as a utility function for both client and server to use. This class will host arbitrary methods that need to be used by both classes so we can remove repetitive coding. Please continue to update methods list on this page with a description of their functionality.
String getChecksum(File) This class will return a checksum on a file to be used by both client and server to confirm a file has the same content after a file has been transfered.