Search Results
OK to copy?
Examples 1 through 8 of
8 (0.017 seconds)
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.batik.util.ParsedURLData ©, Rating: 0% of 0, C2
Class: org.apache.batik.util.ParsedURLData ©, Rating: 0% of 0, C2
Class: org.apache.batik.util.ParsedURLData ©, Rating: 0% of 0, C2
Class: org.apache.tools.ant.taskdefs.Zip ©, Rating: 0% of 0, C3
117 public synchronized final void mark(int readLimit) {
118 markPos = pointer;
119 src.mark(readLimit);
120 }
121
Class: org.apache.jasper.xmlparser.ASCIIReader ©, Rating: 0% of 0, C1
170 */
171 public void mark(int readAheadLimit) throws IOException {
172 fInputStream.mark(readAheadLimit);
173 } // mark(int)
174
Class: org.apache.batik.ext.awt.image.spi.MagicNumberRegistryEntry ©, Rating: 0% of 0, C2
105 throws StreamCorruptedException {
106 int idx = 0;
107 is.mark(getReadlimit());
108 try {
109 // Skip to the offset location.
Class: org.apache.jasper.xmlparser.UCSReader ©, Rating: 0% of 0, C1
263 */
264 public void mark(int readAheadLimit) throws IOException {
265 fInputStream.mark(readAheadLimit);
266 } // mark(int)
267
Class: org.apache.batik.util.ParsedURLData ©, Rating: 0% of 0, C2
129 if (!ret.markSupported())
130 ret = new BufferedInputStream(ret);
131 ret.mark(2);
132 ret.read(data);
133 is.reset();
Class: org.apache.batik.util.ParsedURLData ©, Rating: 0% of 0, C2
125 // as I would like so I want to force it
126 // to decode part of the stream.
127 is.mark(100);
128 InputStream ret = new InflaterInputStream(is);
129 if (!ret.markSupported())
Class: org.apache.batik.util.ParsedURLData ©, Rating: 0% of 0, C2
Class: org.apache.tools.ant.taskdefs.Zip ©, Rating: 0% of 0, C3
1035
1036 } else {
1037 in.mark(Integer.MAX_VALUE);
1038 byte[] buffer = new byte[8 * 1024];
1039 int count = 0;
Result Page:
1