Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Q16G/memory-shell
/ getData
Method
getData
src/main/java/org/example/tlv.java:102–104 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
100
101
// 获取原始数据
102
public
byte[] getData() {
103
return
data;
104
}
105
106
// 获取解密后的字符串数据
107
public
String getDataAsString() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected