MCPcopy Create free account
hub / github.com/DeNA/PacketProxy / toByteArray

Method toByteArray

src/main/java/core/packetproxy/common/Binary.java:89–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87 }
88
89 public byte[] toByteArray() {
90 return this.hexarray;
91 }
92
93 public int toInt(boolean littleEndiain) {
94 ByteBuffer bb = ByteBuffer.allocate(4);

Callers 15

keyReleasedMethod · 0.95
sendConnectionPrefaceMethod · 0.45
toBytesMethod · 0.45
executeCmdMethod · 0.45
executeExeMethod · 0.45
executeRubyMethod · 0.45
readfileMethod · 0.45
gzipMethod · 0.45
ungzipMethod · 0.45
encodeBytesMethod · 0.45
encodeDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected