MCPcopy 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

setAlignTypeMethod · 0.95
setStringEncodingMethod · 0.95
getStringEncodingMethod · 0.95
initializeTypeMapperMethod · 0.95
validateFieldsMethod · 0.95
useMemoryMethod · 0.95
allocateMemoryMethod · 0.95
initializeFieldsMethod · 0.95

Tested by

no test coverage detected