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

Method getText

src/main/java/core/packetproxy/gui/RawTextPane.java:435–437  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

433
434 /* バイナリデータだとデータが壊れるので要注意 */
435 public String getText() {
436 return new String(raw_data.toByteArray());
437 }
438
439 /* バイナリデータだとデータが壊れるので要注意 */
440 public void setText(String text) {

Callers 15

getSpoofingIPMethod · 0.45
getSpoofingIP6Method · 0.45
showDialogMethod · 0.45
showDialogMethod · 0.45
actionPerformedMethod · 0.45
actionPerformedMethod · 0.45

Calls 1

toByteArrayMethod · 0.45

Tested by

no test coverage detected