Home
last modified time | relevance | path

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

/frameworks/base/awt/javax/imageio/stream/
DImageInputStream.java404 int skipBytes(int n) throws IOException; in skipBytes() method
415 long skipBytes(long n) throws IOException; in skipBytes() method
DImageInputStreamImpl.java262 public int skipBytes(int n) throws IOException { in skipBytes() method in ImageInputStreamImpl
267 public long skipBytes(long n) throws IOException { in skipBytes() method in ImageInputStreamImpl