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/MLInt16.java:131–133 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
129
}
130
131
public
int
getBytesAllocated() {
132
return
Short.SIZE >> 3;
133
}
134
135
public
Short buldFromBytes(byte[] bytes) {
136
if
(bytes.length != getBytesAllocated()) {
Callers
2
buldFromBytes
Method · 0.95
getByteArray
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected