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

Method getModifiedData

src/main/java/core/packetproxy/model/Packet.java:139–141  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

137 }
138
139 public byte[] getModifiedData() {
140 return this.modified_data == null ? new byte[]{} : this.modified_data;
141 }
142
143 public OneShotPacket getOneShotFromModifiedData() {
144 return new OneShotPacket(getId(), getListenPort(), getClient(), getServer(), getServerName(), getUseSSL(),

Callers 15

buildMethod · 0.95
encodeServerResponseMethod · 0.80
encodeClientRequestMethod · 0.80
getSummarizedRequestMethod · 0.80
getSummarizedResponseMethod · 0.80
getSummarizedResponseMethod · 0.80
getSummarizedRequestMethod · 0.80
getSummarizedResponseMethod · 0.80
getSummarizedRequestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected