super(capacity);
return CharToByteBufferAdapter.wrap(this);
return DoubleToByteBufferAdapter.wrap(this);
return FloatToByteBufferAdapter.wrap(this);
return IntToByteBufferAdapter.wrap(this);
return LongToByteBufferAdapter.wrap(this);
return ShortToByteBufferAdapter.wrap(this);
return (char) getShort();
return (char) getShort(index);
return putShort((short) value);
return putShort(index, (short) value);