コード例 #1
0
 public void write(File file) throws IOException {
   write(file.toPath());
 }
コード例 #2
0
 public static VotifierKeyPair read(File file) throws Exception {
   return read(file.toPath());
 }