Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diffplug/matfilerw
/ getBytesAllocated
Method
getBytesAllocated
src/main/java/com/jmatio/types/MLDouble.java:132–134 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
130
}
131
132
public
int
getBytesAllocated() {
133
return
Double.SIZE >> 3;
134
}
135
136
public
Double buldFromBytes(byte[] bytes) {
137
if
(bytes.length != getBytesAllocated()) {
Callers
2
buldFromBytes
Method · 0.95
getByteArray
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected