Search Results
OK to copy?
Examples 1 through 10 of
11 (0.0010 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.batik.util.ParsedURLData ©, Rating: 0% of 0, C2
Class: org.apache.axis.attachments.DimeBodyPart ©, Rating: 0% of 0, C2
Class: org.apache.jasper.xmlparser.XercesEncodingDetector ©, Rating: 0% of 0, C2
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
132 // If this throws an IOException then the current
133 // stream should be closed an reopend by the registry.
134 is.reset();
135 } catch (IOException ioe) {
136 throw new StreamCorruptedException(ioe.getMessage());
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
131 ret.mark(2);
132 ret.read(data);
133 is.reset();
134 ret = new InflaterInputStream(is);
135 return ret;
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.axis.attachments.DimeBodyPart ©, Rating: 0% of 0, C2
485 //Leave the stream open for future reading
486 // and reset the stream pointer to the first byte
487 in.reset();
488 } else {
489 in.close();
Class: org.apache.jasper.xmlparser.XercesEncodingDetector ©, Rating: 0% of 0, C2
0149 isBigEndian = (Boolean)(encodingDesc[1]);
0150
0151 stream.reset();
0152 // Special case UTF-8 files with BOM created by Microsoft
0153 // tools. It's more efficient to consume the BOM than make