UNPKG

cosmic-internal-jdk

Version:

KingScript: JDK1.8

14 lines (13 loc) 1.09 kB
export const CharacterCodingException = $.type("java.nio.charset.CharacterCodingException"); export const Charset = $.type("java.nio.charset.Charset"); export const CharsetDecoder = $.type("java.nio.charset.CharsetDecoder"); export const CharsetEncoder = $.type("java.nio.charset.CharsetEncoder"); export const CoderMalfunctionError = $.type("java.nio.charset.CoderMalfunctionError"); export const CoderResult = $.type("java.nio.charset.CoderResult"); export const CodingErrorAction = $.type("java.nio.charset.CodingErrorAction"); export const IllegalCharsetNameException = $.type("java.nio.charset.IllegalCharsetNameException"); export const MalformedInputException = $.type("java.nio.charset.MalformedInputException"); export const StandardCharsets = $.type("java.nio.charset.StandardCharsets"); export const UnmappableCharacterException = $.type("java.nio.charset.UnmappableCharacterException"); export const UnsupportedCharsetException = $.type("java.nio.charset.UnsupportedCharsetException"); export const CharsetProvider = $.type("java.nio.charset.spi.CharsetProvider");