Пример #1
0
 bool WriteBytes(ref DirectBuffer buf)
 {
     Contract.Assert(_byteaHandler != null);
     return(_byteaHandler.Write(ref buf));
 }