| LookaheadStreamT Properties | 
The LookaheadStreamT generic type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Count | Size of entire stream is unknown; we only know buffer size from FastQueue(Overrides FastQueueTCount.) | 
|  | EndOfFile | |
|  | Index | |
|  | Item | 
            Return element {@code i} elements ahead of current element. {@code i==0}
            gets current element. This is not an absolute index into {@link #data}
            since {@code p} defines the start of the real list.
             (Inherited from FastQueueT.) | 
|  | PreviousElement | |
|  | Range | 
            How deep have we gone?
            (Inherited from FastQueueT.) | 
 See Also
See Also