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

Method readFlags

src/main/java/com/jmatio/io/MatFileReader.java:1269–1273  ·  view source on GitHub ↗

Reads Matrix flags. Modifies buf position. @param buf ByteBuffer @return flags int array @throws IOException if reading from buffer fails

(ByteBuffer buf)

Source from the content-addressed store, hash-verified

1267 * @throws IOException if reading from buffer fails
1268 */
1269 private static int[] readFlags(ByteBuffer buf) throws IOException {
1270 ISMatTag tag = new ISMatTag(buf);
1271 int[] flags = tag.readToIntArray();
1272 return flags;
1273 }
1274
1275 /**
1276 * Reads Matrix dimensions.

Callers 1

readMatrixMethod · 0.95

Calls 1

readToIntArrayMethod · 0.95

Tested by

no test coverage detected