Defines the I Look Ahead Buffer contract.
public interface ILookAheadBuffer
kind:method, kind:property, kind:ctor. Press Esc to clear.EndOfInputGets a value indicating whether the end of the input reader has been reached.Cache(Int32)Reads characters until at least length characters are in the buffer.Peek(Int32)Gets the character at thhe specified offset.Skip(Int32)Skips the next length characters. Those characters must have been obtained first by calling the Peek(Int32) method.