UnicodePathExtraField

constructor()


constructor(name: String, bytes: Array<Byte>)

Assemble as unicode path extension from the name given as text as well as the encoded bytes actually written to the archive.

Parameters

name

The file name

bytes

the bytes actually written to the archive


constructor(text: String, bytes: Array<Byte>, off: Int, len: Int)

Assemble as unicode path extension from the name given as text as well as the encoded bytes actually written to the archive.

Parameters

text

The file name

bytes

the bytes actually written to the archive

off

The offset of the encoded file name in bytes.

len

The length of the encoded file name or comment in bytes.