MCPcopy Create free account
hub / github.com/careercup/ctci / encodeEnd

Method encodeEnd

java/Chapter 17/Question17_10/QuestionOO.java:12–15  ·  view source on GitHub ↗
(StringBuffer sb)

Source from the content-addressed store, hash-verified

10 }
11
12 public static void encodeEnd(StringBuffer sb) {
13 sb.append("0");
14 sb.append(" ");
15 }
16
17 public static void encode(Attribute attr, StringBuffer sb) {
18 encode(attr.getTagCode(), sb);

Callers 1

encodeMethod · 0.95

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected