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

Method size

ij/src/main/java/ij/io/ImageReader.java:1111–1113  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1109 }
1110
1111 public int size() {
1112 return size;
1113 }
1114
1115 public void add(byte[] array) {
1116 int length = array.length;

Callers 5

lzwUncompressMethod · 0.95
packBitsUncompressMethod · 0.95
importDataMethod · 0.45
getTiffInfoMethod · 0.45
flushMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected