예제 #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();
 }