Searched defs:skipBytes (Results 1 – 8 of 8) sorted by relevance
273 int skipBytes(int n) throws IOException; in skipBytes() method
224 public final int skipBytes(int n) throws IOException { in skipBytes() method in DataInputStream
516 public int skipBytes(int n) throws IOException { in skipBytes() method in RandomAccessFile
1102 public int skipBytes(int len) throws IOException { in skipBytes() method in ObjectInputStream3126 public int skipBytes(int n) throws IOException { in skipBytes() method in ObjectInputStream.BlockDataInputStream
301 private void skipBytes(InputStream in, int n) throws IOException { in skipBytes() method in GZIPInputStream
522 public int skipBytes(int count) throws IOException { in skipBytes() method in DataInputStreamTest.TestDataInputStream
80 public int skipBytes(int n) throws java.io.IOException { in skipBytes() method in RandomAccessFile
163 public int skipBytes(int len) throws java.io.IOException { in skipBytes() method in ObjectInputStream416 public int skipBytes(int n) throws java.io.IOException { in skipBytes() method in ObjectInputStream.BlockDataInputStream