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

Method getNameToByteArray

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

Source from the content-addressed store, hash-verified

111 }
112
113 public byte[] getNameToByteArray() {
114 try {
115 return name.getBytes(MatDataTypes.CHARSET);
116 } catch (UnsupportedEncodingException e) {
117 throw new RuntimeException(e);
118 }
119 }
120
121 public int[] getDimensions() {
122 return Arrays.copyOf(dims, dims.length);

Callers 2

writeNameMethod · 0.80
writeNameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected