Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diffplug/matfilerw
/ getName
Method
getName
src/main/java/com/jmatio/types/MLArray.java:105–107 ·
view source on GitHub ↗
Gets array name @return - array name
()
Source
from the content-addressed store, hash-verified
103
* @
return
- array name
104
*/
105
public
String getName() {
106
return
name;
107
}
108
109
public
int
getFlags() {
110
return
type & mtFLAG_TYPE | attributes & 0xffffff00;
Callers
13
readData
Method · 0.95
query
Method · 0.95
testParsingSimpleEmptyMCOS
Method · 0.80
testParsingMultipleSimpleEmptyMCOS
Method · 0.80
testParsingSimpleSingleTextUnmodifiedMCOS
Method · 0.80
testParsingSimpleSingleTextMultipleMCOS
Method · 0.80
testParsingHandleSinglePropertyMultipleMCOS
Method · 0.80
testMultipleMCOSInArray
Method · 0.80
testMLCharArray
Method · 0.80
testStruct
Method · 0.80
testStruct2
Method · 0.80
testStruct3
Method · 0.80
Calls
no outgoing calls
Tested by
10
testParsingSimpleEmptyMCOS
Method · 0.64
testParsingMultipleSimpleEmptyMCOS
Method · 0.64
testParsingSimpleSingleTextUnmodifiedMCOS
Method · 0.64
testParsingSimpleSingleTextMultipleMCOS
Method · 0.64
testParsingHandleSinglePropertyMultipleMCOS
Method · 0.64
testMultipleMCOSInArray
Method · 0.64
testMLCharArray
Method · 0.64
testStruct
Method · 0.64
testStruct2
Method · 0.64
testStruct3
Method · 0.64