@return the singleton IonSystem, stream-copy optimized depending on the injected #myStreamCopyOptimized.
()
| 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 |
no test coverage detected