コード例 #1
0
ファイル: BitWriter.cs プロジェクト: chylex/Brotli-Builder
 public void WriteBits(BitStream bits)
 {
     stream.AddAll(bits);
 }