Beispiel #1
0
 public bool EndOfStream()
 {
     return(circBuffer.IsEmpty() && isEndOfStream);
 }