Searched refs:wrappedStream (Results 1 – 4 of 4) sorted by relevance
78 protected InputStream wrappedStream; field in EofSensorInputStream115 wrappedStream = in; in EofSensorInputStream()134 return (wrappedStream != null); in isReadAllowed()145 l = wrappedStream.read(); in read()164 l = wrappedStream.read(b, off, len); in read()183 l = wrappedStream.read(b); in read()201 a = wrappedStream.available(); in available()240 if ((wrappedStream != null) && (eof < 0)) { in checkEOF()244 scws = eofWatcher.eofDetected(wrappedStream); in checkEOF()246 wrappedStream.close(); in checkEOF()[all …]
459 InputStream wrappedStream; field in WindowsTerminal.ReplayPrefixOneCharInputStream471 this.wrappedStream = wrapped; in setInput()506 return wrappedStream.read(); in read()
373 InputStream wrappedStream; field in UnixTerminal.ReplayPrefixOneCharInputStream385 this.wrappedStream = wrapped; in setInput()420 return wrappedStream.read(); in read()
1690 field @Deprecated protected java.io.InputStream wrappedStream;