GeoipFiles

class GeoipFiles(geoip: File, geoip6: File)(source)

Holder for tor's geoip and geoip6 resource files.

Throws

If absoluteFile2 has to reference the filesystem to construct an absolute path and fails due to a filesystem security exception.

UnsupportedOperationException

On Kotlin/JS-Browser if absoluteFile2 references the filesystem to construct an absolute path.

Constructors

Link copied to clipboard
constructor(geoip: File, geoip6: File)

Properties

Link copied to clipboard
@JvmField
val geoip: File
Link copied to clipboard
@JvmField
val geoip6: File