Ejemplo n.º 1
0
 public bool CanConsume()
 {
     return(InternalBuffer != null && InternalBuffer.Length > 0 && BufUtil.HasEOL(InternalBuffer));
 }