Creates a part from the encoded string. @param encoded part string
(String encoded)
| 2037 | * @param encoded part string |
| 2038 | */ |
| 2039 | static Part fromEncoded(String encoded) { |
| 2040 | return from(encoded, NOT_CACHED); |
| 2041 | } |
| 2042 | |
| 2043 | /** |
| 2044 | * Creates a part from the decoded string. |
no test coverage detected