Search Results
OK to copy?
Examples 1 through 10 of
150 (0.0020 seconds)
Class:
org.springframework.mock.web.DelegatingServletInputStream
©,
Rating:
0% of 0,
C1
Class: org.apache.catalina.util.ServerInfo ©, Rating: 0% of 0, C1
Class: org.apache.axis.transport.http.SocketInputStream ©, Rating: 0% of 0, C1
Class: org.springframework.core.io.AbstractResource ©, Rating: 0% of 0, C1
Class: org.apache.catalina.util.CharsetMapper ©, Rating: 0% of 0, C1
Class: org.apache.batik.util.io.AbstractCharDecoder ©, Rating: 0% of 0, C1
Class: org.apache.catalina.startup.CatalinaProperties ©, Rating: 0% of 0, C3
Class: org.springframework.beans.factory.config.PropertiesFactoryBean ©, Rating: 100% of 1, C2
Class: org.springframework.beans.factory.config.PropertiesFactoryBean ©, Rating: 0% of 0, C2
Class: org.apache.batik.ext.awt.image.codec.ForwardSeekableStream ©, Rating: 0% of 0, C1
Class: org.apache.catalina.util.ServerInfo ©, Rating: 0% of 0, C1
49 Properties props = new Properties();
50 props.load(is);
51 is.close();
52 serverInfo = props.getProperty("server.info");
53 } catch (Throwable t) {
Class: org.apache.axis.transport.http.SocketInputStream ©, Rating: 0% of 0, C1
Class: org.springframework.core.io.AbstractResource ©, Rating: 0% of 0, C1
Class: org.apache.catalina.util.CharsetMapper ©, Rating: 0% of 0, C1
083 this.getClass().getResourceAsStream(name);
084 map.load(stream);
085 stream.close();
086 } catch (Throwable t) {
087 throw new IllegalArgumentException(t.toString());
Class: org.apache.batik.util.io.AbstractCharDecoder ©, Rating: 0% of 0, C1
099 */
100 public void dispose() throws IOException {
101 inputStream.close();
102 inputStream = null;
103 }
Class: org.apache.catalina.startup.CatalinaProperties ©, Rating: 0% of 0, C3
116 properties = new Properties();
117 properties.load(is);
118 is.close();
119 } catch (Throwable t) {
120 error = t;
Class: org.springframework.beans.factory.config.PropertiesFactoryBean ©, Rating: 100% of 1, C2
Class: org.springframework.beans.factory.config.PropertiesFactoryBean ©, Rating: 0% of 0, C2
Class: org.apache.batik.ext.awt.image.codec.ForwardSeekableStream ©, Rating: 0% of 0, C1
111 /** Forwards the request to the real <code>InputStream</code>. */
112 public final void close() throws IOException {
113 src.close();
114 }
115