public void Add(BytesList bl)
 {
     foreach (byte[] bytes in bl.RawList())
     {
         _sink.Put(bytes);
     }
 }