()
| 170 | } |
| 171 | |
| 172 | public String getPath() { |
| 173 | if (pathReference != null) { |
| 174 | return RandomReadingFile.getPathFromURL(pathReference.getURL()); |
| 175 | } else { |
| 176 | return ""; |
| 177 | } |
| 178 | } |
| 179 | |
| 180 | protected final boolean setEncoding(final String encoding) { |
| 181 | if ( |
no test coverage detected