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

/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/ftp/
H A DFtpURLInputStream.java84 public long skip(long sbytes) throws IOException { argument
85 return is.skip(sbytes);

Completed in 52 milliseconds