Serializes a chopped version of the specified value with quotes. @param value value @return token
(final byte[] value)
| 171 | * @return token |
| 172 | */ |
| 173 | public QueryString quoted(final byte[] value) { |
| 174 | tb.add(toQuoted(value)); |
| 175 | return this; |
| 176 | } |
| 177 | |
| 178 | /** |
| 179 | * Adds a braced token. |