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

Method getRoi

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

Source from the content-addressed store, hash-verified

747 }
748
749 void getRoi(int first, FileInfo fi) throws IOException {
750 int len = metaDataCounts[first];
751 fi.roi = new byte[len];
752 in.readFully(fi.roi, len);
753 }
754
755 void getPlot(int first, FileInfo fi) throws IOException {
756 int len = metaDataCounts[first];

Callers 1

getMetaDataMethod · 0.95

Calls 1

readFullyMethod · 0.65

Tested by

no test coverage detected