[]
        
(Showing Draft Content)

CSJ2K.Icc.ICCProfile.setInt

setInt Method

setInt(int)

Separate bytes in an int into a byte array lsb to msb order.

Declaration
public static byte[] setInt(int d)
Parameters
Type Name Description
int d

integer to separate

Returns
Type Description
byte[]

byte [] containing separated int.

setInt(int, byte[])

Separate bytes in an int into a byte array lsb to msb order. Return the result in the provided array

Declaration
public static byte[] setInt(int d, byte[] b)
Parameters
Type Name Description
int d

integer to separate

byte[] b

return output here.

Returns
Type Description
byte[]

reference to output.