コード例 #1
0
ファイル: RefillBuffer.cs プロジェクト: asfdfdfd/AniDB
 public bool EndOfStream()
 {
     return(circBuffer.IsEmpty() && isEndOfStream);
 }