Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Youlor/unpacker
/ writeTo
Method
writeTo
dexfixer/src/com/android/dex/Annotation.java:49–52 ·
view source on GitHub ↗
(Dex.Section out)
Source
from the content-addressed store, hash-verified
47
}
48
49
public
void
writeTo(Dex.Section out) {
50
out.writeByte(visibility);
51
encodedAnnotation.writeTo(out);
52
}
53
54
@Override
55
public
int
compareTo(Annotation other) {
Callers
nothing calls this directly
Calls
1
writeByte
Method · 0.65
Tested by
no test coverage detected