Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
openAsByteBuffer
Method · 0.45
sendMessage
Method · 0.45
tileImageSubtileTest
Method · 0.45
doTestByteMask
Method · 0.45
testDoubleMask
Method · 0.45
testFloatMask
Method · 0.45
testIntMask
Method · 0.45
testLongMask
Method · 0.45
testShortMask
Method · 0.45
testAsciiTableDefaultRead
Method · 0.45
testSetBuffer
Method · 0.45
testPaddingExceptionFile
Method · 0.45
Calls
no outgoing calls
Tested by
15
tileImageSubtileTest
Method · 0.36
doTestByteMask
Method · 0.36
testDoubleMask
Method · 0.36
testFloatMask
Method · 0.36
testIntMask
Method · 0.36
testLongMask
Method · 0.36
testShortMask
Method · 0.36
testAsciiTableDefaultRead
Method · 0.36
testSetBuffer
Method · 0.36
testPaddingExceptionFile
Method · 0.36
testPaddingExceptionStream
Method · 0.36
extractCompressedData
Method · 0.36