Search Results
OK to copy?
Examples 1 through 10 of
167 (0.09 seconds)
Class:
org.springframework.mock.web.DelegatingServletInputStream
©,
Rating:
0% of 0,
C1
Class: examples.ShowSource ©, Rating: 100% of 1, C2
Class: examples.ShowSource ©, Rating: 0% of 0, C2
Class: examples.ShowSource ©, Rating: 0% of 0, C2
Class: examples.ShowSource ©, Rating: 0% of 0, C2
Class: validators.DebugValidator ©, Rating: 0% of 0, C1
Class: validators.DebugValidator ©, Rating: 0% of 0, C1
Class: org.apache.catalina.util.IOTools ©, Rating: 0% of 0, C1
Class: org.apache.axis.message.InputStreamBody ©, Rating: 0% of 0, C1
Class: org.apache.tomcat.util.net.TcpConnection ©, Rating: 0% of 0, C2
Class: examples.ShowSource ©, Rating: 100% of 1, C2
54 out.println("<body>");
55 out.println("<pre>");
56 for(int ch = in.read(); ch != -1; ch = in.read())
57 if (ch == '<')
58 out.print("<");
Class: examples.ShowSource ©, Rating: 0% of 0, C2
54 out.println("<body>");
55 out.println("<pre>");
56 for(int ch = in.read(); ch != -1; ch = in.read())
57 if (ch == '<')
58 out.print("<");
Class: examples.ShowSource ©, Rating: 0% of 0, C2
54 out.println("<body>");
55 out.println("<pre>");
56 for(int ch = in.read(); ch != -1; ch = in.read())
57 if (ch == '<')
58 out.print("<");
Class: examples.ShowSource ©, Rating: 0% of 0, C2
54 out.println("<body>");
55 out.println("<pre>");
56 for(int ch = in.read(); ch != -1; ch = in.read())
57 if (ch == '<')
58 out.print("<");
Class: validators.DebugValidator ©, Rating: 0% of 0, C1
Class: validators.DebugValidator ©, Rating: 0% of 0, C1
Class: org.apache.catalina.util.IOTools ©, Rating: 0% of 0, C1
71 throws IOException {
72 int numRead;
73 while ( (numRead = is.read(buf) ) >= 0) {
74 os.write(buf, 0, numRead);
75 }
Class: org.apache.axis.message.InputStreamBody ©, Rating: 0% of 0, C1
81 try {
82 byte[] buf = new byte[ inputStream.available() ];
83 inputStream.read( buf );
84 String contents = new String(buf);
85 context.writeString(contents);
Class: org.apache.tomcat.util.net.TcpConnection ©, Rating: 0% of 0, C2