UNPKG

cosmic-internal-jdk

Version:

KingScript: JDK1.8

28 lines (27 loc) 2.23 kB
/// <reference types="dist/index" /> export type CharacterCodingException = $.java.nio.charset.CharacterCodingException; export declare const CharacterCodingException: $.java.nio.charset.CharacterCodingExceptionConstructor; export type Charset = $.java.nio.charset.Charset; export declare const Charset: $.java.nio.charset.CharsetConstructor; export type CharsetDecoder = $.java.nio.charset.CharsetDecoder; export declare const CharsetDecoder: $.java.nio.charset.CharsetDecoderConstructor; export type CharsetEncoder = $.java.nio.charset.CharsetEncoder; export declare const CharsetEncoder: $.java.nio.charset.CharsetEncoderConstructor; export type CoderMalfunctionError = $.java.nio.charset.CoderMalfunctionError; export declare const CoderMalfunctionError: $.java.nio.charset.CoderMalfunctionErrorConstructor; export type CoderResult = $.java.nio.charset.CoderResult; export declare const CoderResult: $.java.nio.charset.CoderResultConstructor; export type CodingErrorAction = $.java.nio.charset.CodingErrorAction; export declare const CodingErrorAction: $.java.nio.charset.CodingErrorActionConstructor; export type IllegalCharsetNameException = $.java.nio.charset.IllegalCharsetNameException; export declare const IllegalCharsetNameException: $.java.nio.charset.IllegalCharsetNameExceptionConstructor; export type MalformedInputException = $.java.nio.charset.MalformedInputException; export declare const MalformedInputException: $.java.nio.charset.MalformedInputExceptionConstructor; export type StandardCharsets = $.java.nio.charset.StandardCharsets; export declare const StandardCharsets: $.java.nio.charset.StandardCharsetsConstructor; export type UnmappableCharacterException = $.java.nio.charset.UnmappableCharacterException; export declare const UnmappableCharacterException: $.java.nio.charset.UnmappableCharacterExceptionConstructor; export type UnsupportedCharsetException = $.java.nio.charset.UnsupportedCharsetException; export declare const UnsupportedCharsetException: $.java.nio.charset.UnsupportedCharsetExceptionConstructor; export type CharsetProvider = $.java.nio.charset.spi.CharsetProvider; export declare const CharsetProvider: $.java.nio.charset.spi.CharsetProviderConstructor;