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

Method error

ij/src/main/java/ij/io/TiffDecoder.java:794–797  ·  view source on GitHub ↗
(String message)

Source from the content-addressed store, hash-verified

792 }
793
794 void error(String message) throws IOException {
795 if (in!=null) in.close();
796 throw new IOException(message);
797 }
798
799 void skipUnknownType(int first, int last) throws IOException {
800 byte[] buffer = new byte[metaDataCounts[first]];

Callers 1

OpenIFDMethod · 0.95

Calls 1

closeMethod · 0.65

Tested by

no test coverage detected