Exemplo n.º 1
0
 public Validator.Level SetLevel(Validator.Level level)
 {
     Validator.Level oldLevel = this.level;
     this.level = level;
     return(oldLevel);
 }
Exemplo n.º 2
0
 private Message Bytes2msg(sbyte[] buf, Validator.Level level)
 {
     return(Bytes2msg((byte[])(Array)buf, level));
 }
Exemplo n.º 3
0
 public Validator.Level SetLevel(Validator.Level level)
 {
     throw new Exception("The method or operation is not implemented.");
 }
Exemplo n.º 4
0
        private Message Bytes2msg(byte[] buf, Validator.Level level)
        {
            BinaryTaggedDataInput btdi = new BinaryTaggedDataInput(vf, "none:");

            return(btdi.ReadMessage(new FlexBuffer(buf)));
        }