MCPcopy Create free account
hub / github.com/diffplug/matfilerw / getBytesAllocated

Method getBytesAllocated

src/main/java/com/jmatio/types/MLInt32.java:136–138  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

134 }
135
136 public int getBytesAllocated() {
137 return Integer.SIZE >> 3;
138 }
139
140 public Class<Integer> getStorageClazz() {
141 return Integer.class;

Callers 2

buldFromBytesMethod · 0.95
getByteArrayMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected