(int first, FileInfo fi)
| 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]; |