[]
        
(Showing Draft Content)

CSJ2K.Icc.ICCProfile.getInt

getInt Method

getInt(byte[], int, bool)

Create an int from a byte [4], with optional byte swapping.

Declaration
public static int getInt(byte[] bfr, int off, bool swap)
Parameters
Type Name Description
byte[] bfr

data array

int off

start of data in array

bool swap

swap bytes?

Returns
Type Description
int

native type from representation.

getInt(byte[], int)

Create an int from a byte [4].

Declaration
public static int getInt(byte[] bfr, int off)
Parameters
Type Name Description
byte[] bfr

data array

int off

start of data in array

Returns
Type Description
int

native type from representation.