Returns the contents of a signed entry element for the specified feed which was previously passed to updateFeedEntry. @param feedId the specified feed. @param entryId the desired entry for the specified feed. @return a signed entry element. @throws FileNotFoundException
(String feedId, long entryId)
| 259 | * if a error occurs obtaining the entry data. |
| 260 | */ |
| 261 | String readEntry(String feedId, long entryId) throws FileNotFoundException, |
| 262 | IOException; |
| 263 | |
| 264 | /** |
no outgoing calls
no test coverage detected