mirror of
https://github.com/samsonjs/media.git
synced 2026-04-07 11:35:46 +00:00
Fix out of data Javadoc
PiperOrigin-RevId: 226356758
This commit is contained in:
parent
d3ecbf75b2
commit
a16f4aec90
1 changed files with 3 additions and 4 deletions
|
|
@ -30,10 +30,9 @@ import java.io.OutputStream;
|
|||
/**
|
||||
* Writes data into a cache.
|
||||
*
|
||||
* <p>If the {@link DataSpec} object used with {@link #open(DataSpec)} method call has the {@code
|
||||
* length} field set to {@link C#LENGTH_UNSET} but {@link
|
||||
* DataSpec#FLAG_ALLOW_CACHING_UNKNOWN_LENGTH} isn't set then {@link #write(byte[], int, int)} calls
|
||||
* are ignored.
|
||||
* <p>If the {@link DataSpec} passed to {@link #open(DataSpec)} has the {@code length} field set to
|
||||
* {@link C#LENGTH_UNSET} and {@link DataSpec#FLAG_DONT_CACHE_IF_LENGTH_UNKNOWN} set, then {@link
|
||||
* #write(byte[], int, int)} calls are ignored.
|
||||
*/
|
||||
public final class CacheDataSink implements DataSink {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue