Search Results
OK to copy?
Examples 1 through 10 of
10 (0.10800000000000001 seconds)
Class:
org.apache.tomcat.util.net.TcpConnection
©,
Rating:
0% of 0,
C1
Class: org.apache.batik.ext.awt.image.codec.ForwardSeekableStream ©, Rating: 0% of 0, C1
Class: org.apache.batik.ext.awt.image.codec.ForwardSeekableStream ©, Rating: 0% of 0, C1
Class: org.apache.jasper.xmlparser.ASCIIReader ©, Rating: 0% of 0, C1
Class: org.apache.batik.ext.awt.image.spi.MagicNumberRegistryEntry ©, Rating: 0% of 0, C2
Class: org.apache.jasper.xmlparser.UCSReader ©, Rating: 0% of 0, C1
Class: org.apache.jasper.xmlparser.XercesEncodingDetector ©, Rating: 0% of 0, C2
Class: org.apache.jasper.xmlparser.XercesEncodingDetector ©, Rating: 0% of 0, C2
Class: org.apache.jasper.xmlparser.XercesEncodingDetector ©, Rating: 0% of 0, C2
Class: org.apache.catalina.servlets.DefaultServlet ©, Rating: 0% of 0, C2
096 // skip any unread (bogus) bytes
097 while (available > 0 && count++ < MAX_SHUTDOWN_TRIES) {
098 is.skip (available);
099 available = is.available();
100 }
Class: org.apache.batik.ext.awt.image.codec.ForwardSeekableStream ©, Rating: 0% of 0, C1
151 public final void seek(long pos) throws IOException {
152 while (pos - pointer > 0) {
153 pointer += src.skip(pos - pointer);
154 }
155 }
Class: org.apache.batik.ext.awt.image.codec.ForwardSeekableStream ©, Rating: 0% of 0, C1
099 /** Forwards the request to the real <code>InputStream</code>. */
100 public final long skip(long n) throws IOException {
101 long skipped = src.skip(n);
102 pointer += skipped;
103 return skipped;
Class: org.apache.jasper.xmlparser.ASCIIReader ©, Rating: 0% of 0, C1
133 */
134 public long skip(long n) throws IOException {
135 return fInputStream.skip(n);
136 } // skip(long):long
137
Class: org.apache.batik.ext.awt.image.spi.MagicNumberRegistryEntry ©, Rating: 0% of 0, C2
109 // Skip to the offset location.
110 while (idx < offset) {
111 int rn = (int)is.skip(offset-idx);
112 if (rn == -1) return false;
113 idx += rn;
Class: org.apache.jasper.xmlparser.UCSReader ©, Rating: 0% of 0, C1
224 // away.
225 int charWidth = (fEncoding >=4)?2:1;
226 long bytesSkipped = fInputStream.skip(n<<charWidth);
227 if((bytesSkipped & (charWidth | 1)) == 0) return bytesSkipped >> charWidth;
228 return (bytesSkipped >> charWidth) + 1;
Class: org.apache.jasper.xmlparser.XercesEncodingDetector ©, Rating: 0% of 0, C2
0159 if (b0 == 0xEF && b1 == 0xBB && b2 == 0xBF) {
0160 // ignore first three bytes...
0161 stream.skip(3);
0162 }
0163 }
Class: org.apache.jasper.xmlparser.XercesEncodingDetector ©, Rating: 0% of 0, C2
1168 * available() on the underlying InputStream is appropriate.
1169 */
1170 return fInputStream.skip(n) + bytesLeft;
1171 }
1172
Class: org.apache.jasper.xmlparser.XercesEncodingDetector ©, Rating: 0% of 0, C2
Class: org.apache.catalina.servlets.DefaultServlet ©, Rating: 0% of 0, C2
Result Page:
1