Fix SampleStream javadoc.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=149431794
This commit is contained in:
andrewlewis 2017-03-07 10:06:42 -08:00 committed by Oliver Woodman
parent cda1b7b42b
commit 99e19a92af

View file

@ -29,7 +29,8 @@ public interface SampleStream {
* Returns whether data is available to be read.
* <p>
* Note: If the stream has ended then a buffer with the end of stream flag can always be read from
* {@link #readData(FormatHolder, DecoderInputBuffer)}. Hence an ended stream is always ready.
* {@link #readData(FormatHolder, DecoderInputBuffer, boolean)}. Hence an ended stream is always
* ready.
*
* @return Whether data is available to be read.
*/