MCPcopy Create free account
hub / github.com/amazon-ion/ion-java / sourceIsText

Method sourceIsText

src/test/java/com/amazon/ion/ReaderMaker.java:250–253  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

248
249
250 public boolean sourceIsText()
251 {
252 return myFeatures.contains(Feature.TEXT);
253 }
254
255 public boolean sourceIsBinary()
256 {

Callers 2

prepareMethod · 0.45

Calls 1

containsMethod · 0.65

Tested by

no test coverage detected