[]
        
(Showing Draft Content)

CSJ2K.Icc.ICCProfile.setLong

setLong Method

setLong(long)

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

Declaration
public static byte[] setLong(long d)
Parameters
Type Name Description
long d

long to separate

Returns
Type Description
byte[]

byte [] containing separated int.

setLong(long, byte[])

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

Declaration
public static byte[] setLong(long d, byte[] b)
Parameters
Type Name Description
long d

long to separate

byte[] b

return output here.

Returns
Type Description
byte[]

reference to output.