MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / getPlot

Method getPlot

ij/src/main/java/ij/io/TiffDecoder.java:755–759  ·  view source on GitHub ↗
(int first, FileInfo fi)

Source from the content-addressed store, hash-verified

753 }
754
755 void getPlot(int first, FileInfo fi) throws IOException {
756 int len = metaDataCounts[first];
757 fi.plot = new byte[len];
758 in.readFully(fi.plot, len);
759 }
760
761 void getOverlay(int first, int last, FileInfo fi) throws IOException {
762 fi.overlay = new byte[last-first+1][];

Callers 1

getMetaDataMethod · 0.95

Calls 1

readFullyMethod · 0.65

Tested by

no test coverage detected