Home
last modified time | relevance | path

Searched defs:skipFully (Results 1 – 9 of 9) sorted by relevance

/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/
DExtractorInput.java140 boolean skipFully(int length, boolean allowEndOfInput) throws IOException; in skipFully() method
152 void skipFully(int length) throws IOException; in skipFully() method
DDefaultExtractorInput.java96 public boolean skipFully(int length, boolean allowEndOfInput) throws IOException { in skipFully() method in DefaultExtractorInput
108 public void skipFully(int length) throws IOException { in skipFully() method in DefaultExtractorInput
/external/exoplayer/tree/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DFakeExtractorInput.java134 public boolean skipFully(int length, boolean allowEndOfInput) throws IOException { in skipFully() method in FakeExtractorInput
140 public void skipFully(int length) throws IOException { in skipFully() method in FakeExtractorInput
/external/guava/guava/src/com/google/common/io/
DCharStreams.java261 public static void skipFully(Reader reader, long n) throws IOException { in skipFully() method in CharStreams
DByteStreams.java805 public static void skipFully(InputStream in, long n) throws IOException { in skipFully() method in ByteStreams
/external/guava/android/guava/src/com/google/common/io/
DCharStreams.java261 public static void skipFully(Reader reader, long n) throws IOException { in skipFully() method in CharStreams
DByteStreams.java805 public static void skipFully(InputStream in, long n) throws IOException { in skipFully() method in ByteStreams
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DLiteralByteStringTest.java251 static void skipFully(InputStream in, long n) throws IOException { in skipFully() method in LiteralByteStringTest
DNioByteStringTest.java266 static void skipFully(InputStream in, long n) throws IOException { in skipFully() method in NioByteStringTest