[]
        
(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)
Public Shared Function setLong(d As Long) As Byte()
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)
Public Shared Function setLong(d As Long, b As Byte()) As Byte()
Parameters
Type Name Description
long d

long to separate

byte[] b

return output here.

Returns
Type Description
byte[]

reference to output.