Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getSpoofingIP
Method · 0.45
getSpoofingIP6
Method · 0.45
showDialog
Method · 0.45
createCertificateTypeSetting
Method · 0.45
GUIOptionClientCertificateDialog
Method · 0.45
showDialog
Method · 0.45
actionPerformed
Method · 0.45
actionPerformed
Method · 0.45
str_to_hex_translation
Method · 0.45
int_to_hex_translation
Method · 0.45
hex_to_int_translation
Method · 0.45
hex_to_str_translation
Method · 0.45
Calls
1
toByteArray
Method · 0.45
Tested by
no test coverage detected