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

Method toByteArray

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

Source from the content-addressed store, hash-verified

1131 }
1132
1133 public byte[] toByteArray() {
1134 byte[] bytes = new byte[size];
1135 System.arraycopy(data, 0, bytes, 0, size);
1136 return bytes;
1137 }
1138
1139}
1140

Callers 6

lzwUncompressMethod · 0.95
packBitsUncompressMethod · 0.95
zipUncompressMethod · 0.45
serializeMethod · 0.45
openDicomStackMethod · 0.45
saveAsByteArrayMethod · 0.45

Calls 1

arraycopyMethod · 0.45

Tested by

no test coverage detected