MCPcopy 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

readDataMethod · 0.95
queryMethod · 0.95
testMLCharArrayMethod · 0.80
testStructMethod · 0.80
testStruct2Method · 0.80
testStruct3Method · 0.80

Calls

no outgoing calls