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

Method readFull

src/main/java/com/jmatio/io/MatFile.java:51–53  ·  view source on GitHub ↗

Reads a full set of bytes (including the header).

(ByteBuffer buf)

Source from the content-addressed store, hash-verified

49
50 /** Reads a full set of bytes (including the header). */
51 public static MatFile readFull(ByteBuffer buf) throws IOException {
52 return readFull(buf, MatFileType.Regular);
53 }
54
55 /** Reads a full set of bytes (including the header). */
56 public static MatFile readFull(ByteBuffer buf, MatFileType type) throws IOException {

Callers

nothing calls this directly

Calls 5

readHeaderMethod · 0.95
readDataMethod · 0.95
getMatFileHeaderMethod · 0.95
getContentMethod · 0.95
readMethod · 0.95

Tested by

no test coverage detected