143144145146147148149150
if (stream != null) { stream.close(); } } } catch (IOException e) { throw new UnreadableWalletException("Could not open file", e); } }