Home | History | Annotate | Download | only in Framework

Lines Matching full:stream

38 // Tell the stream to start buffering if it hasn't already.  Return
42 // TODO: problem in that lexer stream returns not index but some marker
55 // Reset the stream so that next call to index would return marker.
57 // just a marker to indicate what state the stream was in. This is
60 // like a stack. Assume the state the stream was in when this marker
67 // stream to keep bookkeeping objects around for a marker that is
74 // normally used to seek ahead in the input stream. No buffering is
75 // required to do this unless you know your stream will use seek to
80 // For char streams, seeking forward must update the stream state such
91 * might be useful to display the entire stream or for testing. This
96 * pass the buck all the way to the lexer who can ask its input stream