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

Method getFlags

src/main/java/com/jmatio/types/MLArray.java:109–111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

107 }
108
109 public int getFlags() {
110 return type & mtFLAG_TYPE | attributes & 0xffffff00;
111 }
112
113 public byte[] getNameToByteArray() {
114 try {

Callers 2

writeFlagsMethod · 0.80
writeFlagsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected