Searched refs:skipByReading (Results 1 – 8 of 8) sorted by relevance
106 return Streams.skipByReading(this, byteCount); in skip()
161 return Streams.skipByReading(this, byteCount); in skip()
213 return Streams.skipByReading(this, byteCount); in skip()
229 return Streams.skipByReading(this, byteCount); in skip()
171 return Streams.skipByReading(this, byteCount); in skip()
149 public static long skipByReading(InputStream in, long byteCount) throws IOException { in skipByReading() method in Streams
137 return Streams.skipByReading(this, byteCount); in skip()