Searched refs:isEndOfData (Results 1 – 2 of 2) sorted by relevance
91 public boolean isEndOfData() { in isEndOfData() method in FlacDecoderJni
148 return decoderJni.isEndOfData() ? RESULT_END_OF_INPUT : RESULT_CONTINUE; in read()