public override IEncodable Decode(BinaryInput stream) { base.Decode(stream); value = stream.ReadChar(); return(this); }