@Override
 public void byteStringValue(ByteString value) throws IOException {
   simpleValue();
   super.byteStringValue(value);
 }