MCPcopy Index your code
hub / github.com/cSploit/android / toByteArray

Method toByteArray

cSploit/src/org/csploit/android/net/IP4Address.java:104–106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

102 }
103
104 public byte[] toByteArray(){
105 return mByteArray;
106 }
107
108 public String toString(){
109 return mString;

Callers 5

extractMethod · 0.80
nextMethod · 0.80
parseMacAddressMethod · 0.80
isInternalMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected