MCPcopy Create free account
hub / github.com/buggins/coolreader / loadDocument

Method loadDocument

android/src/org/coolreader/crengine/DocView.java:143–147  ·  view source on GitHub ↗

Load document from file. @param fileName @return

(String fileName)

Source from the content-addressed store, hash-verified

141 * @return
142 */
143 public boolean loadDocument(String fileName) {
144 synchronized(mutex) {
145 return loadDocumentInternal(fileName);
146 }
147 }
148
149 /**
150 * Get settings from native object.

Callers 3

performItemClickMethod · 0.45
onContextItemSelectedMethod · 0.45
onDownloadEndMethod · 0.45

Calls 1

loadDocumentInternalMethod · 0.95

Tested by

no test coverage detected