CharsetAccessor

interface CharsetAccessor

An interface added to allow access to the character set associated with an NioZipEncoding, without requiring a new method to be added to ZipEncoding.

This avoids introducing a potentially breaking change, or making NioZipEncoding a public class.

Since

1.15

Functions

Link copied to clipboard
abstract fun getCharset(): Charset
Provides access to the character set associated with an object.