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

Method getBytesAllocated

src/main/java/com/jmatio/types/MLInt64.java:141–143  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

139 }
140
141 public int getBytesAllocated() {
142 return Long.SIZE >> 3;
143 }
144
145 public Class<Long> getStorageClazz() {
146 return Long.class;

Callers 2

buldFromBytesMethod · 0.95
getByteArrayMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected