Create a source from a string.
(String string)
| 180 | * Create a source from a string. |
| 181 | */ |
| 182 | public static final Source of(String string) { |
| 183 | return new Source(string, null, null, null, null, null, null, null, -1, false); |
| 184 | } |
| 185 | |
| 186 | /** |
| 187 | * Create a source from binary data. |
no outgoing calls
no test coverage detected