MCPcopy
hub / github.com/libgdx/libgdx / decodeLines

Method decodeLines

gdx/src/com/badlogic/gdx/utils/Base64Coder.java:203–205  ·  view source on GitHub ↗
(String s)

Source from the content-addressed store, hash-verified

201 }
202
203 public static byte[] decodeLines (String s) {
204 return decodeLines(s, regularMap.decodingMap);
205 }
206
207 public static byte[] decodeLines (String s, CharMap inverseCharMap) {
208 return decodeLines(s, inverseCharMap.decodingMap);

Callers

nothing calls this directly

Calls 3

decodeMethod · 0.95
lengthMethod · 0.45
charAtMethod · 0.45

Tested by

no test coverage detected