MCPcopy Create free account
hub / github.com/ReadyTalk/avian / pad

Method pad

test/Serialize.java:28–30  ·  view source on GitHub ↗
(long number, int length)

Source from the content-addressed store, hash-verified

26 }
27
28 private static String pad(long number, int length) {
29 return pad(Long.toHexString(number), length, '0');
30 }
31
32 private static String pad(String s, int length, char padChar) {
33 length -= s.length();

Callers 1

hexdumpMethod · 0.95

Calls 4

toHexStringMethod · 0.95
appendMethod · 0.95
lengthMethod · 0.65
toStringMethod · 0.65

Tested by

no test coverage detected