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

Method wrap

Nom_Fits/src/main/java/nom/tam/util/type/IntType.java:86–89  ·  view source on GitHub ↗
(Object array)

Source from the content-addressed store, hash-verified

84 }
85
86 @Override
87 public IntBuffer wrap(Object array) {
88 return IntBuffer.wrap((int[]) array);
89 }
90}

Callers 15

openAsByteBufferMethod · 0.45
sendMessageMethod · 0.45
tileImageSubtileTestMethod · 0.45
doTestByteMaskMethod · 0.45
testDoubleMaskMethod · 0.45
testFloatMaskMethod · 0.45
testIntMaskMethod · 0.45
testLongMaskMethod · 0.45
testShortMaskMethod · 0.45
testSetBufferMethod · 0.45

Calls

no outgoing calls

Tested by 15

tileImageSubtileTestMethod · 0.36
doTestByteMaskMethod · 0.36
testDoubleMaskMethod · 0.36
testFloatMaskMethod · 0.36
testIntMaskMethod · 0.36
testLongMaskMethod · 0.36
testShortMaskMethod · 0.36
testSetBufferMethod · 0.36
extractCompressedDataMethod · 0.36