コード例 #1
0
ファイル: TonInput.java プロジェクト: SergiusIW/ton
 @Override
 public void close() throws IOException {
   core.close();
 }
コード例 #2
0
ファイル: TonInput.java プロジェクト: SergiusIW/ton
 /**
  * Makes sure that TON file is ended properly, and closes the stream.
  *
  * @throws IOException if an IO error occurred
  * @throws TonFormatException if invalid TON data appeared while parsing
  * @throws RuntimeException if called before a complete TON value was read
  */
 public void endFile() throws IOException {
   core.endFile();
 }