Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/java-native-access/jna
/ Structure
Method
Structure
src/com/sun/jna/Structure.java:186–188 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
184
private
boolean readCalled;
185
186
protected
Structure() {
187
this(ALIGN_DEFAULT);
188
}
189
190
protected
Structure(TypeMapper mapper) {
191
this(null, ALIGN_DEFAULT, mapper);
Callers
nothing calls this directly
Calls
8
setAlignType
Method · 0.95
setStringEncoding
Method · 0.95
getStringEncoding
Method · 0.95
initializeTypeMapper
Method · 0.95
validateFields
Method · 0.95
useMemory
Method · 0.95
allocateMemory
Method · 0.95
initializeFields
Method · 0.95
Tested by
no test coverage detected