Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/amazon-ion/ion-java
/ newReader
Method
newReader
src/test/java/com/amazon/ion/ReaderMaker.java:50–54 ·
view source on GitHub ↗
(IonSystem system, String ionText)
Source
from the content-addressed store, hash-verified
48
FROM_STRING(Feature.TEXT)
49
{
50
@Override
51
public
IonReader newReader(IonSystem system, String ionText)
52
{
53
return
system.newReader(ionText);
54
}
55
},
56
57
Callers
1
newReaderVerbatim
Method · 0.95
Calls
9
ensureBinary
Method · 0.80
ensureText
Method · 0.80
utf8
Method · 0.80
loadStreamBytes
Method · 0.80
newReader
Method · 0.65
wrap
Method · 0.65
load
Method · 0.65
getLoader
Method · 0.65
toString
Method · 0.65
Tested by
no test coverage detected