comparison src/luan/modules/IoLuan.java @ 1251:ddd2ec2c0769

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 23 Jul 2018 20:04:14 -0600
parents 5d0cbd908582
children e38f5869e9df
comparison
equal deleted inserted replaced
1250:e55a0c3696fb 1251:ddd2ec2c0769
226 try { 226 try {
227 inputStream().close(); 227 inputStream().close();
228 return true; 228 return true;
229 } catch(FileNotFoundException e) { 229 } catch(FileNotFoundException e) {
230 return false; 230 return false;
231 } catch(UnknownHostException e) {
232 return false;
231 } 233 }
232 } 234 }
233 235
234 public long checksum() throws IOException, LuanException { 236 public long checksum() throws IOException, LuanException {
235 long cs = 0; 237 long cs = 0;