MCPcopy Create free account
hub / github.com/Q16G/memory-shell / getData

Method getData

src/main/java/org/example/tlv.java:164–166  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

162
163 // 获取原始数据
164 public byte[] getData() {
165 return data;
166 }
167
168 // 获取解密后的字符串数据
169 public String getDataAsString() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected