MCPcopy 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

BlobTestClass · 0.95

Calls 1

encodeMethod · 0.45

Tested by

no test coverage detected