Class CodePointBuffer


  • public class CodePointBuffer
    extends Object
    Wrapper for ByteBuffer / CharBuffer / IntBuffer. Because Java lacks generics on primitive types, these three types do not share an interface, so we have to write one manually.