public abstract class CharBuffer extends Object
CharBuffer()
abstract CharBuffer
put(char[] src, int offset, int length)
abstract int
remaining()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CharBuffer()
public abstract int remaining()
public abstract CharBuffer put(char[] src, int offset, int length)
Copyright © 2017 API Design. All Rights Reserved.