Creates a part from the decoded string. @param decoded part string
(String decoded)
| 2046 | * @param decoded part string |
| 2047 | */ |
| 2048 | static Part fromDecoded(String decoded) { |
| 2049 | return from(NOT_CACHED, decoded); |
| 2050 | } |
| 2051 | |
| 2052 | /** |
| 2053 | * Creates a part from the encoded and decoded strings. |