MCPcopy Create free account
hub / github.com/InsightIM/Tok-Android / getBytes

Method getBytes

app/src/main/java/com/client/tok/bean/ToxKey.java:13–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11 }
12
13 public byte[] getBytes() {
14 return ByteUtil.hexStr2Bytes(key);
15 }
16
17 @Override
18 public String toString() {

Callers 15

ContactInfoMethod · 0.45
getDisplayNameMethod · 0.45
fileRecvMethod · 0.45
receiveMessageMethod · 0.45
subscribeMethod · 0.45
splitMessageMethod · 0.45
sendAddFriendRequestMethod · 0.45
getFriendNumberMethod · 0.45
reInitFileIdMethod · 0.45
sendFileSendRequestMethod · 0.45

Calls 1

hexStr2BytesMethod · 0.95

Tested by

no test coverage detected