Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/amazon-ion/ion-java
/ EncodeAscii
Method
EncodeAscii
src/test/java/com/amazon/ion/BlobTest.java:216–219 ·
view source on GitHub ↗
(String ascii)
Source
from the content-addressed store, hash-verified
214
}
215
216
private
static
byte[] EncodeAscii(String ascii)
217
{
218
return
_Private_Utils.encode(ascii, US_ASCII_CHARSET);
219
}
220
221
222
/**
Callers
1
BlobTest
Class · 0.95
Calls
1
encode
Method · 0.45
Tested by
no test coverage detected