Home
last modified time | relevance | path

Searched defs:skipBytes (Results 1 – 6 of 6) sorted by relevance

/libcore/ojluni/src/main/java/java/io/
DDataInput.java304 int skipBytes(int n) throws IOException; in skipBytes() method
DDataInputStream.java216 public final int skipBytes(int n) throws IOException { in skipBytes() method in DataInputStream
DRandomAccessFile.java436 public int skipBytes(int n) throws IOException { in skipBytes() method in RandomAccessFile
DObjectInputStream.java1043 public int skipBytes(int len) throws IOException { in skipBytes() method in ObjectInputStream
2757 public int skipBytes(int n) throws IOException { in skipBytes() method in ObjectInputStream.BlockDataInputStream
/libcore/ojluni/src/main/java/java/util/zip/
DGZIPInputStream.java279 private void skipBytes(InputStream in, int n) throws IOException { in skipBytes() method in GZIPInputStream
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DDataInputStreamTest.java521 public int skipBytes(int count) throws IOException { in skipBytes() method in DataInputStreamTest.TestDataInputStream