MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / toLine

Method toLine

src/main/java/ui/keys/UserKey.java:202–208  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

200 }
201
202 public String toLine() {
203 return new StringBuffer()
204 .append(command_id)
205 .append((char) 0x09)
206 .append(getKeyName(key, modificator))
207 .toString();
208 }
209
210 public static UserKey createFromDataInputStream(DataInputStream inputStream) throws IOException {
211 UserKey u = new UserKey();

Callers 1

exportDataMethod · 0.80

Calls 3

getKeyNameMethod · 0.95
appendMethod · 0.80
toStringMethod · 0.45

Tested by

no test coverage detected