Search Results
OK to copy?
Examples 1 through 10 of
14 (0.0010 seconds)
Class:
javax.servlet.ServletInputStream
©,
Rating:
0% of 0
Class: org.apache.tools.ant.DemuxInputStream ©, Rating: 0% of 0
Class: org.apache.batik.util.Base64DecodeStream ©, Rating: 0% of 0
Class: org.apache.axis.transport.http.NonBlockingBufferedInputStream ©, Rating: 100% of 1
Class: org.apache.tomcat.util.buf.B2CConverter ©, Rating: 0% of 0
Class: org.apache.tools.ant.util.ConcatFileInputStream ©, Rating: 0% of 0
Class: org.apache.jk.common.JkInputStream ©, Rating: 0% of 0
Class: org.apache.tools.ant.util.ReaderInputStream ©, Rating: 0% of 0
Class: org.apache.axis.attachments.ManagedMemoryDataSource ©, Rating: 0% of 0
Class: org.apache.batik.ext.awt.image.codec.SeekableStream ©, Rating: 100% of 1
Class: org.apache.tools.ant.DemuxInputStream ©, Rating: 0% of 0
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
Class: org.apache.axis.transport.http.NonBlockingBufferedInputStream ©, Rating: 100% of 1
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
Class: org.apache.tools.ant.util.ConcatFileInputStream ©, Rating: 0% of 0
034
035 private static final int EOF = -1;
036 private int currentIndex = 0;
037 private boolean eof = false;
038 private File[] file;
Class: org.apache.jk.common.JkInputStream ©, Rating: 0% of 0
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
031 private Reader in;
032
033 private String encoding = System.getProperty("file.encoding");
034
035 private byte[] slack;
Class: org.apache.axis.attachments.ManagedMemoryDataSource ©, Rating: 0% of 0
Class: org.apache.batik.ext.awt.image.codec.SeekableStream ©, Rating: 100% of 1
115 *
116 */
117 public abstract class SeekableStream extends InputStream implements DataInput {
118
119 /**