Method skip(long n)
Return type: long
Member of: java.io.InputStream
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 pointer += src.skip(pos - pointer);
2 in.skip( 1L ); // 0x01
3 stream.skip(3);
4 return (int)skip(n);
5 is.skip(l);
6 return (int)m_input.skip( count );
7 imgIn.skip(22);
8 in.skip((long)firstp);
9 while ((total 0)) {
10 size -= is.skip(size);
11 skipped += in_.skip (n-skipped);
12 m_inputStream.skip( m_mark );
13 is.skip(skip);
14 in.skip(entry.start);
15 istream.skip(start);
16 in.skip(start);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.