MCPcopy Create free account
hub / github.com/boazy/TWEditorEnhanced / getInputStream

Method getInputStream

src/main/java/KeyEntry.java:61–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59 }
60
61 public InputStream getInputStream()
62 throws DBException, IOException
63 {
64 return new KeyInputStream(this);
65 }
66}
67

Callers 3

runMethod · 0.95
setFieldsMethod · 0.45
mainMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected