MCPcopy Create free account
hub / github.com/rambaut/figtree / readFromString

Method readFromString

src/figtree/application/FigTreeFrame.java:722–725  ·  view source on GitHub ↗
(String string)

Source from the content-addressed store, hash-verified

720 }
721
722 public boolean readFromString(String string) throws IOException {
723 boolean isNexus = string.substring(0, 80).toUpperCase().contains("#NEXUS");
724 return readData(new StringReader(string), isNexus);
725 }
726
727 protected boolean readData(Reader reader, boolean isNexus) throws IOException {
728

Callers

nothing calls this directly

Calls 1

readDataMethod · 0.95

Tested by

no test coverage detected