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

Method system

src/test/java/com/amazon/ion/IonTestCase.java:282–289  ·  view source on GitHub ↗

@return the singleton IonSystem, stream-copy optimized depending on the injected #myStreamCopyOptimized.

()

Source from the content-addressed store, hash-verified

280 * {@link #myStreamCopyOptimized}.
281 */
282 protected _Private_IonSystem system()
283 {
284 if (mySystem == null)
285 {
286 mySystem = newSystem(myCatalog);
287 }
288 return mySystem;
289 }
290
291 /**
292 * Returns a new IonSystem for each call, using the passed in IonCatalog

Callers 15

catalogMethod · 0.95
loaderMethod · 0.95
systemMaxIdMethod · 0.95
reloadMethod · 0.95
loadSharedSymtabMethod · 0.95
valuesMethod · 0.95
oneValueMethod · 0.95
testSimpleCloneMethod · 0.95
testFactoryStringMethod · 0.45
testBadSetLocalOffsetMethod · 0.45
iterateMethod · 0.45

Calls 1

newSystemMethod · 0.95

Tested by

no test coverage detected