ZipEightByteInteger

constructor(value: BigInteger)

Create instance from a number.

Parameters

value

the BigInteger to store as a ZipEightByteInteger


constructor(bytes: Array<Byte>)

Create instance from bytes.

Parameters

bytes

the bytes to store as a ZipEightByteInteger


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

Create instance from the eight bytes starting at offset.

Parameters

bytes

the bytes to store as a ZipEightByteInteger

offset

the offset to start


constructor(value: Long)

Create instance from a number.

Parameters

value

the long to store as a ZipEightByteInteger