ZipLong

constructor(bytes: Array<Byte>)

Create instance from bytes.

Parameters

bytes

the bytes to store as a ZipLong


constructor(bytes: Array<Byte>, offset: Int)

Create instance from the four bytes starting at offset.

Parameters

bytes

the bytes to store as a ZipLong

offset

the offset to start


constructor(value: Int)

create instance from a java int.

Since

1.15

Parameters

value

the int to store as a ZipLong


constructor(value: Long)

Create instance from a number.

Parameters

value

the long to store as a ZipLong