Home
last modified time | relevance | path

Searched defs:formatHex (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
DHexFormat.java340 public String formatHex(byte[] bytes) { in formatHex() method in HexFormat
356 public String formatHex(byte[] bytes, int fromIndex, int toIndex) { in formatHex() method in HexFormat
387 public <A extends Appendable> A formatHex(A out, byte[] bytes) { in formatHex() method in HexFormat
407 public <A extends Appendable> A formatHex(A out, byte[] bytes, int fromIndex, int toIndex) { in formatHex() method in HexFormat