MCPcopy Create free account
hub / github.com/OpenSourcePhysics/osp / dumpMap

Method dumpMap

src/javajs/util/VideoReader.java:203–207  ·  view source on GitHub ↗
(Map<String, Object> map, String name)

Source from the content-addressed store, hash-verified

201 }
202
203 private void dumpMap(Map<String, Object> map, String name) {
204 for (Entry<String, Object> e : map.entrySet()) {
205 System.out.println(name + "." + e.getKey() + ": " + e.getValue());
206 }
207 }
208
209 protected int readTKHD(int len, Map<String, Object> map) throws IOException {
210 map.put("version_flags", readInt());

Callers 2

readBlockMethod · 0.95
readMVHDMethod · 0.95

Calls 2

printlnMethod · 0.65
getValueMethod · 0.65

Tested by

no test coverage detected