Searched defs:skipBytes (Results 1 - 4 of 4) sorted by relevance

/libcore/luni/src/main/java/java/io/
H A DDataInput.java240 public abstract int skipBytes(int count) throws IOException; method in interface:DataInput
H A DDataInputStream.java218 public final int skipBytes(int count) throws IOException { method in class:DataInputStream
H A DRandomAccessFile.java657 public int skipBytes(int count) throws IOException { method in class:RandomAccessFile
H A DObjectInputStream.java2344 public int skipBytes(int length) throws IOException { method in class:ObjectInputStream

Completed in 67 milliseconds