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

Method setStartPos

android/src/org/coolreader/crengine/Bookmark.java:46–49  ·  view source on GitHub ↗
(String startPos)

Source from the content-addressed store, hash-verified

44 return startPos;
45 }
46 public void setStartPos(String startPos) {
47 this.startPos = startPos;
48 modified = true;
49 }
50 public String getEndPos() {
51 return endPos;
52 }

Calls

no outgoing calls

Tested by

no test coverage detected