UNPKG

cosmic-internal-jdk

Version:

KingScript: JDK1.8

30 lines (29 loc) 1.89 kB
/// <reference path="../index.d.ts" /> export type Buffer = $.java.nio.Buffer; export declare const Buffer: $.java.nio.BufferConstructor; export type BufferOverflowException = $.java.nio.BufferOverflowException; export declare const BufferOverflowException: $.java.nio.BufferOverflowExceptionConstructor; export type BufferUnderflowException = $.java.nio.BufferUnderflowException; export declare const BufferUnderflowException: $.java.nio.BufferUnderflowExceptionConstructor; export type ByteBuffer = $.java.nio.ByteBuffer; export declare const ByteBuffer: $.java.nio.ByteBufferConstructor; export type ByteOrder = $.java.nio.ByteOrder; export declare const ByteOrder: $.java.nio.ByteOrderConstructor; export type CharBuffer = $.java.nio.CharBuffer; export declare const CharBuffer: $.java.nio.CharBufferConstructor; export type DoubleBuffer = $.java.nio.DoubleBuffer; export declare const DoubleBuffer: $.java.nio.DoubleBufferConstructor; export type FloatBuffer = $.java.nio.FloatBuffer; export declare const FloatBuffer: $.java.nio.FloatBufferConstructor; export type IntBuffer = $.java.nio.IntBuffer; export declare const IntBuffer: $.java.nio.IntBufferConstructor; export type InvalidMarkException = $.java.nio.InvalidMarkException; export declare const InvalidMarkException: $.java.nio.InvalidMarkExceptionConstructor; export type LongBuffer = $.java.nio.LongBuffer; export declare const LongBuffer: $.java.nio.LongBufferConstructor; export type MappedByteBuffer = $.java.nio.MappedByteBuffer; export declare const MappedByteBuffer: $.java.nio.MappedByteBufferConstructor; export type ReadOnlyBufferException = $.java.nio.ReadOnlyBufferException; export declare const ReadOnlyBufferException: $.java.nio.ReadOnlyBufferExceptionConstructor; export type ShortBuffer = $.java.nio.ShortBuffer; export declare const ShortBuffer: $.java.nio.ShortBufferConstructor;