Search Results
OK to copy?
Examples 1 through 10 of
14 (0.0020 seconds)
Class:
javax.servlet.ServletInputStream
©,
Rating:
0% of 0,
C1
Class: org.apache.tools.ant.DemuxInputStream ©, Rating: 0% of 0, C1
Class: org.apache.batik.util.Base64DecodeStream ©, Rating: 0% of 0, C1
Class: org.apache.axis.transport.http.NonBlockingBufferedInputStream ©, Rating: 0% of 0, C1
Class: org.apache.tomcat.util.buf.B2CConverter ©, Rating: 0% of 0, C1
Class: org.apache.tools.ant.util.ConcatFileInputStream ©, Rating: 0% of 0, C1
Class: org.apache.jk.common.JkInputStream ©, Rating: 0% of 0, C1
Class: org.apache.tools.ant.util.ReaderInputStream ©, Rating: 0% of 0, C1
Class: org.apache.axis.attachments.ManagedMemoryDataSource ©, Rating: 0% of 0, C1
Class: org.apache.batik.ext.awt.image.codec.SeekableStream ©, Rating: 0% of 0, C1
Class: org.apache.tools.ant.DemuxInputStream ©, Rating: 0% of 0, C1
40 * @param project the project instance
41 */
42 public DemuxInputStream(Project project) {
43 this.project = project;
44 }
Class: org.apache.batik.util.Base64DecodeStream ©, Rating: 0% of 0, C1
Class: org.apache.axis.transport.http.NonBlockingBufferedInputStream ©, Rating: 0% of 0, C1
059 import java.io.InputStream;
060
061 public class NonBlockingBufferedInputStream extends InputStream {
062
063 // current stream to be processed
Class: org.apache.tomcat.util.buf.B2CConverter ©, Rating: 0% of 0, C1
Class: org.apache.tools.ant.util.ConcatFileInputStream ©, Rating: 0% of 0, C1
046 * @throws <CODE>IOException</CODE> if I/O errors occur.
047 */
048 public ConcatFileInputStream(File[] file) throws IOException {
049 this.file = file;
050 openFile(currentIndex);
Class: org.apache.jk.common.JkInputStream ©, Rating: 0% of 0, C1
031 org.apache.commons.logging.LogFactory.getLog( JkInputStream.class );
032
033 public JkInputStream() {
034 }
035
Class: org.apache.tools.ant.util.ReaderInputStream ©, Rating: 0% of 0, C1
043 * @param reader <CODE>Reader</CODE>. Must not be <code>null</code>.
044 */
045 public ReaderInputStream(Reader reader) {
046 in = reader;
047 }
Class: org.apache.axis.attachments.ManagedMemoryDataSource ©, Rating: 0% of 0, C1
555 * @throws java.io.IOException
556 */
557 protected Instream() throws java.io.IOException {
558
559 if (deleted) {
Class: org.apache.batik.ext.awt.image.codec.SeekableStream ©, Rating: 0% of 0, C1
115 *
116 */
117 public abstract class SeekableStream extends InputStream implements DataInput {
118
119 /**