Lines Matching refs:source
26 void pipeStream(InputStream &source, OutputStream &dest)
30 int ch = source.get();
47 : source(sourceStream)
61 return source.available();
73 source.close();
84 return source.get();
146 source = &sourceReader;
156 if (source)
157 return source->available();
169 if (source)
170 source->close();
178 if (source)
179 return source->get();