Home
last modified time | relevance | path

Searched defs:peekFully (Results 1 – 4 of 4) sorted by relevance

/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/
DExtractorInput.java190 boolean peekFully(byte[] target, int offset, int length, boolean allowEndOfInput) in peekFully() method
203 void peekFully(byte[] target, int offset, int length) throws IOException; in peekFully() method
DDefaultExtractorInput.java138 public boolean peekFully(byte[] target, int offset, int length, boolean allowEndOfInput) in peekFully() method in DefaultExtractorInput
148 public void peekFully(byte[] target, int offset, int length) throws IOException { in peekFully() method in DefaultExtractorInput
/external/exoplayer/tree/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DFakeExtractorInput.java152 public boolean peekFully(byte[] target, int offset, int length, boolean allowEndOfInput) in peekFully() method in FakeExtractorInput
159 public void peekFully(byte[] target, int offset, int length) throws IOException { in peekFully() method in FakeExtractorInput
/external/exoplayer/tree/library/extractor/src/test/java/com/google/android/exoplayer2/extractor/
DDefaultExtractorInputTest.java473 public void peekFully() throws Exception { in peekFully() method in DefaultExtractorInputTest