Uses of Class
com.google.code.yanf4j.buffer.IoBuffer
Packages that use IoBuffer
Package
Description
IoBuffer from mina
Networking core package
Yanf4j utilities
Memcached protocol codec
Memcached protocol implementations
Memcached text protocol implementations
Manage tcp connection,memcached protocol optimized,and some MBeans for monitor.
XMemcached Utilities
-
Uses of IoBuffer in com.google.code.yanf4j.buffer
Subclasses of IoBuffer in com.google.code.yanf4j.bufferModifier and TypeClassDescriptionclassA base implementation ofIoBuffer.private classclassAIoBufferthat wraps a buffer and proxies any operations to it.private classClasses in com.google.code.yanf4j.buffer that implement interfaces with type arguments of type IoBufferFields in com.google.code.yanf4j.buffer declared as IoBufferModifier and TypeFieldDescriptionprivate final IoBufferIoBufferWrapper.bufThe buffer proxied by this proxy.Methods in com.google.code.yanf4j.buffer that return IoBufferModifier and TypeMethodDescriptionCachedBufferAllocator.allocate(int requestedCapacity, boolean direct) static IoBufferIoBuffer.allocate(int capacity) Returns the direct or heap buffer which is capable to store the specified amount of bytes.static IoBufferIoBuffer.allocate(int capacity, boolean direct) Returns the buffer which is capable of the specified size.IoBufferAllocator.allocate(int capacity, boolean direct) Returns the buffer which is capable of the specified size.SimpleBufferAllocator.allocate(int capacity, boolean direct) final IoBufferAbstractIoBuffer.asReadOnlyBuffer()abstract IoBufferIoBuffer.asReadOnlyBuffer()IoBufferWrapper.asReadOnlyBuffer()protected abstract IoBufferAbstractIoBuffer.asReadOnlyBuffer0()Implement this method to return the unexpandable read only version of this buffer.protected IoBufferCachedBufferAllocator.CachedBuffer.asReadOnlyBuffer0()protected IoBufferSimpleBufferAllocator.SimpleBuffer.asReadOnlyBuffer0()private IoBufferAbstractIoBuffer.autoExpand(int expectedRemaining) This method forwards the call toAbstractIoBuffer.expand(int)only when autoExpand property is true.private IoBufferAbstractIoBuffer.autoExpand(int pos, int expectedRemaining) This method forwards the call toAbstractIoBuffer.expand(int)only when autoExpand property is true.final IoBufferAbstractIoBuffer.capacity(int newCapacity) Increases the capacity of this buffer.abstract IoBufferIoBuffer.capacity(int newCapacity) Increases the capacity of this buffer.IoBufferWrapper.capacity(int newCapacity) final IoBufferAbstractIoBuffer.clear()abstract IoBufferIoBuffer.clear()IoBufferWrapper.clear()final IoBufferAbstractIoBuffer.compact()abstract IoBufferIoBuffer.compact()IoBufferWrapper.compact()final IoBufferAbstractIoBuffer.duplicate()abstract IoBufferIoBuffer.duplicate()IoBufferWrapper.duplicate()protected abstract IoBufferAbstractIoBuffer.duplicate0()Implement this method to return the unexpandable duplicate of this buffer.protected IoBufferCachedBufferAllocator.CachedBuffer.duplicate0()protected IoBufferSimpleBufferAllocator.SimpleBuffer.duplicate0()final IoBufferAbstractIoBuffer.expand(int expectedRemaining) Changes the capacity and limit of this buffer so this buffer get the specified expectedRemaining room from the current position.private IoBufferAbstractIoBuffer.expand(int expectedRemaining, boolean autoExpand) final IoBufferAbstractIoBuffer.expand(int pos, int expectedRemaining) Changes the capacity and limit of this buffer so this buffer get the specified expectedRemaining room from the specified position.private IoBufferAbstractIoBuffer.expand(int pos, int expectedRemaining, boolean autoExpand) abstract IoBufferIoBuffer.expand(int expectedRemaining) Changes the capacity and limit of this buffer so this buffer get the specified expectedRemaining room from the current position.abstract IoBufferIoBuffer.expand(int position, int expectedRemaining) Changes the capacity and limit of this buffer so this buffer get the specified expectedRemaining room from the specified position.IoBufferWrapper.expand(int expectedRemaining) IoBufferWrapper.expand(int pos, int expectedRemaining) AbstractIoBuffer.fill(byte value, int size) Fills this buffer with the specified value.AbstractIoBuffer.fill(int size) Fills this buffer withNUL (0x00).abstract IoBufferIoBuffer.fill(byte value, int size) Fills this buffer with the specified value.abstract IoBufferIoBuffer.fill(int size) Fills this buffer withNUL (0x00).IoBufferWrapper.fill(byte value, int size) IoBufferWrapper.fill(int size) AbstractIoBuffer.fillAndReset(byte value, int size) Fills this buffer with the specified value.AbstractIoBuffer.fillAndReset(int size) Fills this buffer withNUL (0x00).abstract IoBufferIoBuffer.fillAndReset(byte value, int size) Fills this buffer with the specified value.abstract IoBufferIoBuffer.fillAndReset(int size) Fills this buffer withNUL (0x00).IoBufferWrapper.fillAndReset(byte value, int size) IoBufferWrapper.fillAndReset(int size) final IoBufferAbstractIoBuffer.flip()abstract IoBufferIoBuffer.flip()IoBufferWrapper.flip()AbstractIoBuffer.get(byte[] dst) final IoBufferAbstractIoBuffer.get(byte[] dst, int offset, int length) abstract IoBufferIoBuffer.get(byte[] dst) abstract IoBufferIoBuffer.get(byte[] dst, int offset, int length) IoBufferWrapper.get(byte[] dst) IoBufferWrapper.get(byte[] dst, int offset, int length) IoBufferWrapper.getParentBuffer()Returns the parent buffer that this buffer wrapped.final IoBufferAbstractIoBuffer.getSlice(int length) TODO document me.final IoBufferAbstractIoBuffer.getSlice(int index, int length) TODO document me.abstract IoBufferIoBuffer.getSlice(int length) TODO document me.abstract IoBufferIoBuffer.getSlice(int index, int length) TODO document me.IoBufferWrapper.getSlice(int length) IoBufferWrapper.getSlice(int index, int length) final IoBufferAbstractIoBuffer.limit(int newLimit) abstract IoBufferIoBuffer.limit(int newLimit) IoBufferWrapper.limit(int newLimit) final IoBufferAbstractIoBuffer.mark()abstract IoBufferIoBuffer.mark()IoBufferWrapper.mark()final IoBufferAbstractIoBuffer.minimumCapacity(int minimumCapacity) Sets the minimum capacity of this buffer which is used to determine the new capacity of the buffer shrunk byIoBuffer.compact()andIoBuffer.shrink()operation.abstract IoBufferIoBuffer.minimumCapacity(int minimumCapacity) Sets the minimum capacity of this buffer which is used to determine the new capacity of the buffer shrunk byIoBuffer.compact()andIoBuffer.shrink()operation.IoBufferWrapper.minimumCapacity(int minimumCapacity) final IoBufferabstract IoBufferfinal IoBufferAbstractIoBuffer.position(int newPosition) abstract IoBufferIoBuffer.position(int newPosition) IoBufferWrapper.position(int newPosition) final IoBufferAbstractIoBuffer.put(byte b) AbstractIoBuffer.put(byte[] src) final IoBufferAbstractIoBuffer.put(byte[] src, int offset, int length) final IoBufferAbstractIoBuffer.put(int index, byte b) Writes the content of the specified src into this buffer.final IoBufferAbstractIoBuffer.put(ByteBuffer src) Writes the content of the specified src into this buffer.abstract IoBufferIoBuffer.put(byte b) abstract IoBufferIoBuffer.put(byte[] src) abstract IoBufferIoBuffer.put(byte[] src, int offset, int length) abstract IoBufferIoBuffer.put(int index, byte b) abstract IoBufferWrites the content of the specified src into this buffer.abstract IoBufferIoBuffer.put(ByteBuffer src) Writes the content of the specified src into this buffer.IoBufferWrapper.put(byte b) IoBufferWrapper.put(byte[] src) IoBufferWrapper.put(byte[] src, int offset, int length) IoBufferWrapper.put(int index, byte b) IoBufferWrapper.put(ByteBuffer src) final IoBufferAbstractIoBuffer.putChar(char value) final IoBufferAbstractIoBuffer.putChar(int index, char value) abstract IoBufferIoBuffer.putChar(char value) abstract IoBufferIoBuffer.putChar(int index, char value) IoBufferWrapper.putChar(char value) IoBufferWrapper.putChar(int index, char value) final IoBufferAbstractIoBuffer.putDouble(double value) final IoBufferAbstractIoBuffer.putDouble(int index, double value) abstract IoBufferIoBuffer.putDouble(double value) abstract IoBufferIoBuffer.putDouble(int index, double value) IoBufferWrapper.putDouble(double value) IoBufferWrapper.putDouble(int index, double value) Writes an enum's ordinal value to the buffer as a byte.Writes an enum's ordinal value to the buffer as a byte.abstract IoBufferWrites an enum's ordinal value to the buffer as a byte.abstract IoBufferWrites an enum's ordinal value to the buffer as a byte.AbstractIoBuffer.putEnumInt(int index, Enum<?> e) Writes an enum's ordinal value to the buffer as an integer.AbstractIoBuffer.putEnumInt(Enum<?> e) Writes an enum's ordinal value to the buffer as an integer.abstract IoBufferIoBuffer.putEnumInt(int index, Enum<?> e) Writes an enum's ordinal value to the buffer as an integer.abstract IoBufferIoBuffer.putEnumInt(Enum<?> e) Writes an enum's ordinal value to the buffer as an integer.IoBufferWrapper.putEnumInt(int index, Enum<?> e) IoBufferWrapper.putEnumInt(Enum<?> e) AbstractIoBuffer.putEnumSet(int index, Set<E> set) Writes the specifiedSetto the buffer as a byte sized bit vector.AbstractIoBuffer.putEnumSet(Set<E> set) Writes the specifiedSetto the buffer as a byte sized bit vector.IoBuffer.putEnumSet(int index, Set<E> set) Writes the specifiedSetto the buffer as a byte sized bit vector.IoBuffer.putEnumSet(Set<E> set) Writes the specifiedSetto the buffer as a byte sized bit vector.IoBufferWrapper.putEnumSet(int index, Set<E> set) IoBufferWrapper.putEnumSet(Set<E> set) AbstractIoBuffer.putEnumSetInt(int index, Set<E> set) Writes the specifiedSetto the buffer as an int sized bit vector.AbstractIoBuffer.putEnumSetInt(Set<E> set) Writes the specifiedSetto the buffer as an int sized bit vector.IoBuffer.putEnumSetInt(int index, Set<E> set) Writes the specifiedSetto the buffer as an int sized bit vector.IoBuffer.putEnumSetInt(Set<E> set) Writes the specifiedSetto the buffer as an int sized bit vector.IoBufferWrapper.putEnumSetInt(int index, Set<E> set) IoBufferWrapper.putEnumSetInt(Set<E> set) AbstractIoBuffer.putEnumSetLong(int index, Set<E> set) Writes the specifiedSetto the buffer as a long sized bit vector.AbstractIoBuffer.putEnumSetLong(Set<E> set) Writes the specifiedSetto the buffer as a long sized bit vector.IoBuffer.putEnumSetLong(int index, Set<E> set) Writes the specifiedSetto the buffer as a long sized bit vector.IoBuffer.putEnumSetLong(Set<E> set) Writes the specifiedSetto the buffer as a long sized bit vector.IoBufferWrapper.putEnumSetLong(int index, Set<E> set) IoBufferWrapper.putEnumSetLong(Set<E> set) AbstractIoBuffer.putEnumSetShort(int index, Set<E> set) Writes the specifiedSetto the buffer as a short sized bit vector.AbstractIoBuffer.putEnumSetShort(Set<E> set) Writes the specifiedSetto the buffer as a short sized bit vector.IoBuffer.putEnumSetShort(int index, Set<E> set) Writes the specifiedSetto the buffer as a short sized bit vector.IoBuffer.putEnumSetShort(Set<E> set) Writes the specifiedSetto the buffer as a short sized bit vector.IoBufferWrapper.putEnumSetShort(int index, Set<E> set) IoBufferWrapper.putEnumSetShort(Set<E> set) AbstractIoBuffer.putEnumShort(int index, Enum<?> e) Writes an enum's ordinal value to the buffer as a short.AbstractIoBuffer.putEnumShort(Enum<?> e) Writes an enum's ordinal value to the buffer as a short.abstract IoBufferIoBuffer.putEnumShort(int index, Enum<?> e) Writes an enum's ordinal value to the buffer as a short.abstract IoBufferIoBuffer.putEnumShort(Enum<?> e) Writes an enum's ordinal value to the buffer as a short.IoBufferWrapper.putEnumShort(int index, Enum<?> e) IoBufferWrapper.putEnumShort(Enum<?> e) final IoBufferAbstractIoBuffer.putFloat(float value) final IoBufferAbstractIoBuffer.putFloat(int index, float value) abstract IoBufferIoBuffer.putFloat(float value) abstract IoBufferIoBuffer.putFloat(int index, float value) IoBufferWrapper.putFloat(float value) IoBufferWrapper.putFloat(int index, float value) final IoBufferAbstractIoBuffer.putInt(int value) final IoBufferAbstractIoBuffer.putInt(int index, int value) abstract IoBufferIoBuffer.putInt(int value) abstract IoBufferIoBuffer.putInt(int index, int value) IoBufferWrapper.putInt(int value) IoBufferWrapper.putInt(int index, int value) final IoBufferAbstractIoBuffer.putLong(int index, long value) final IoBufferAbstractIoBuffer.putLong(long value) abstract IoBufferIoBuffer.putLong(int index, long value) abstract IoBufferIoBuffer.putLong(long value) IoBufferWrapper.putLong(int index, long value) IoBufferWrapper.putLong(long value) AbstractIoBuffer.putMediumInt(int value) Relative put method for writing a medium int value.AbstractIoBuffer.putMediumInt(int index, int value) Absolute put method for writing a medium int value.abstract IoBufferIoBuffer.putMediumInt(int value) Relative put method for writing a medium int value.abstract IoBufferIoBuffer.putMediumInt(int index, int value) Absolute put method for writing a medium int value.IoBufferWrapper.putMediumInt(int value) IoBufferWrapper.putMediumInt(int index, int value) Writes the specified Java object to the buffer.abstract IoBufferWrites the specified Java object to the buffer.AbstractIoBuffer.putPrefixedString(CharSequence val, int prefixLength, int padding, byte padValue, CharsetEncoder encoder) Writes the content ofininto this buffer as a string which has a 16-bit length field before the actual encoded string, using the specifiedencoder.AbstractIoBuffer.putPrefixedString(CharSequence in, int prefixLength, int padding, CharsetEncoder encoder) Writes the content ofininto this buffer as a string which has a 16-bit length field before the actual encoded string, using the specifiedencoder.AbstractIoBuffer.putPrefixedString(CharSequence in, int prefixLength, CharsetEncoder encoder) Writes the content ofininto this buffer as a string which has a 16-bit length field before the actual encoded string, using the specifiedencoder.AbstractIoBuffer.putPrefixedString(CharSequence in, CharsetEncoder encoder) Writes the content ofininto this buffer as a string which has a 16-bit length field before the actual encoded string, using the specifiedencoder.abstract IoBufferIoBuffer.putPrefixedString(CharSequence val, int prefixLength, int padding, byte padValue, CharsetEncoder encoder) Writes the content ofininto this buffer as a string which has a 16-bit length field before the actual encoded string, using the specifiedencoder.abstract IoBufferIoBuffer.putPrefixedString(CharSequence in, int prefixLength, int padding, CharsetEncoder encoder) Writes the content ofininto this buffer as a string which has a 16-bit length field before the actual encoded string, using the specifiedencoder.abstract IoBufferIoBuffer.putPrefixedString(CharSequence in, int prefixLength, CharsetEncoder encoder) Writes the content ofininto this buffer as a string which has a 16-bit length field before the actual encoded string, using the specifiedencoder.abstract IoBufferIoBuffer.putPrefixedString(CharSequence in, CharsetEncoder encoder) Writes the content ofininto this buffer as a string which has a 16-bit length field before the actual encoded string, using the specifiedencoder.IoBufferWrapper.putPrefixedString(CharSequence in, int prefixLength, int padding, byte padValue, CharsetEncoder encoder) IoBufferWrapper.putPrefixedString(CharSequence in, int prefixLength, int padding, CharsetEncoder encoder) IoBufferWrapper.putPrefixedString(CharSequence in, int prefixLength, CharsetEncoder encoder) IoBufferWrapper.putPrefixedString(CharSequence in, CharsetEncoder encoder) final IoBufferAbstractIoBuffer.putShort(int index, short value) final IoBufferAbstractIoBuffer.putShort(short value) abstract IoBufferIoBuffer.putShort(int index, short value) abstract IoBufferIoBuffer.putShort(short value) IoBufferWrapper.putShort(int index, short value) IoBufferWrapper.putShort(short value) AbstractIoBuffer.putString(CharSequence val, int fieldSize, CharsetEncoder encoder) Writes the content ofininto this buffer as aNUL-terminated string using the specifiedencoder.AbstractIoBuffer.putString(CharSequence val, CharsetEncoder encoder) Writes the content ofininto this buffer using the specifiedencoder.abstract IoBufferIoBuffer.putString(CharSequence val, int fieldSize, CharsetEncoder encoder) Writes the content ofininto this buffer as aNUL-terminated string using the specifiedencoder.abstract IoBufferIoBuffer.putString(CharSequence val, CharsetEncoder encoder) Writes the content ofininto this buffer using the specifiedencoder.IoBufferWrapper.putString(CharSequence in, int fieldSize, CharsetEncoder encoder) IoBufferWrapper.putString(CharSequence in, CharsetEncoder encoder) final IoBufferAbstractIoBuffer.reset()abstract IoBufferIoBuffer.reset()IoBufferWrapper.reset()final IoBufferAbstractIoBuffer.rewind()abstract IoBufferIoBuffer.rewind()IoBufferWrapper.rewind()final IoBufferAbstractIoBuffer.setAutoExpand(boolean autoExpand) Turns on or off autoExpand.abstract IoBufferIoBuffer.setAutoExpand(boolean autoExpand) Turns on or off autoExpand.IoBufferWrapper.setAutoExpand(boolean autoExpand) final IoBufferAbstractIoBuffer.setAutoShrink(boolean autoShrink) Turns on or off autoShrink.abstract IoBufferIoBuffer.setAutoShrink(boolean autoShrink) Turns on or off autoShrink.IoBufferWrapper.setAutoShrink(boolean autoShrink) final IoBufferAbstractIoBuffer.shrink()Changes the capacity of this buffer so this buffer occupies as less memory as possible while retaining the position, limit and the buffer content between the position and limit.abstract IoBufferIoBuffer.shrink()Changes the capacity of this buffer so this buffer occupies as less memory as possible while retaining the position, limit and the buffer content between the position and limit.IoBufferWrapper.shrink()AbstractIoBuffer.skip(int size) Forwards the position of this buffer as the specifiedsizebytes.abstract IoBufferIoBuffer.skip(int size) Forwards the position of this buffer as the specifiedsizebytes.IoBufferWrapper.skip(int size) final IoBufferAbstractIoBuffer.slice()abstract IoBufferIoBuffer.slice()IoBufferWrapper.slice()protected abstract IoBufferAbstractIoBuffer.slice0()Implement this method to return the unexpandable slice of this buffer.protected IoBufferCachedBufferAllocator.CachedBuffer.slice0()protected IoBufferSimpleBufferAllocator.SimpleBuffer.slice0()final IoBufferAbstractIoBuffer.sweep()Clears this buffer and fills its content with NUL.final IoBufferAbstractIoBuffer.sweep(byte value) double Clears this buffer and fills its content with value.abstract IoBufferIoBuffer.sweep()Clears this buffer and fills its content with NUL.abstract IoBufferIoBuffer.sweep(byte value) double Clears this buffer and fills its content with value.IoBufferWrapper.sweep()IoBufferWrapper.sweep(byte value) CachedBufferAllocator.wrap(ByteBuffer nioBuffer) static IoBufferIoBuffer.wrap(byte[] byteArray) Wraps the specified byte array into MINA heap buffer.static IoBufferIoBuffer.wrap(byte[] byteArray, int offset, int length) Wraps the specified byte array into MINA heap buffer.static IoBufferIoBuffer.wrap(ByteBuffer nioBuffer) Wraps the specified NIOByteBufferinto MINA buffer.IoBufferAllocator.wrap(ByteBuffer nioBuffer) Wraps the specified NIOByteBufferinto MINA buffer.SimpleBufferAllocator.wrap(ByteBuffer nioBuffer) Methods in com.google.code.yanf4j.buffer with parameters of type IoBufferModifier and TypeMethodDescriptionintintstatic StringIoBufferHexDumper.getHexdump(IoBuffer in, int lengthLimit) Dumps anIoBufferto a hex formatted string.Writes the content of the specified src into this buffer.abstract IoBufferWrites the content of the specified src into this buffer.Constructors in com.google.code.yanf4j.buffer with parameters of type IoBuffer -
Uses of IoBuffer in com.google.code.yanf4j.core
Methods in com.google.code.yanf4j.core that return IoBufferMethods in com.google.code.yanf4j.core with parameters of type IoBuffer -
Uses of IoBuffer in com.google.code.yanf4j.core.impl
Fields in com.google.code.yanf4j.core.impl declared as IoBufferModifier and TypeFieldDescriptionprotected IoBufferWriteMessageImpl.buffer(package private) static final IoBufferByteBufferCodecFactory.EMPTY_BUFFERprotected IoBufferAbstractSession.readBufferstatic final IoBufferTextLineCodecFactory.SPLITMethods in com.google.code.yanf4j.core.impl that return IoBufferModifier and TypeMethodDescriptionAbstractSession.getReadBuffer()final IoBufferWriteMessageImpl.getWriteBuffer()Methods in com.google.code.yanf4j.core.impl with parameters of type IoBufferModifier and TypeMethodDescriptionvoidAbstractSession.setReadBuffer(IoBuffer readBuffer) final voidWriteMessageImpl.setWriteBuffer(IoBuffer buffers) -
Uses of IoBuffer in com.google.code.yanf4j.nio.impl
Methods in com.google.code.yanf4j.nio.impl with parameters of type IoBufferModifier and TypeMethodDescriptionprotected final ObjectNioTCPSession.blockingWrite(SelectableChannel channel, WriteMessage message, IoBuffer writeBuffer) Blocking write using temp selectorprotected final longAbstractNioSession.doRealWrite(SelectableChannel channel, IoBuffer buffer) -
Uses of IoBuffer in com.google.code.yanf4j.util
Methods in com.google.code.yanf4j.util with parameters of type IoBufferModifier and TypeMethodDescriptionintByteBufferMatcher.matchFirst(IoBuffer buffer) final intShiftAndByteBufferMatcher.matchFirst(IoBuffer buffer) final intShiftOrByteBufferMatcher.matchFirst(IoBuffer buffer) private voidShiftAndByteBufferMatcher.preprocess(IoBuffer pat) Ԥ����private voidShiftOrByteBufferMatcher.preprocess(IoBuffer pat) Ԥ����Constructors in com.google.code.yanf4j.util with parameters of type IoBufferModifierConstructorDescription -
Uses of IoBuffer in net.rubyeye.xmemcached.codec
Methods in net.rubyeye.xmemcached.codec that return IoBufferModifier and TypeMethodDescriptionMethods in net.rubyeye.xmemcached.codec with parameters of type IoBuffer -
Uses of IoBuffer in net.rubyeye.xmemcached.command
Fields in net.rubyeye.xmemcached.command declared as IoBufferMethods in net.rubyeye.xmemcached.command that return IoBufferModifier and TypeMethodDescriptionfinal IoBufferCommand.getIoBuffer()final IoBufferCommand.getWriteBuffer()Methods in net.rubyeye.xmemcached.command with parameters of type IoBufferModifier and TypeMethodDescriptionfinal voidCommand.setIoBuffer(IoBuffer ioBuffer) voidCommand.setWriteBuffer(IoBuffer buffers) -
Uses of IoBuffer in net.rubyeye.xmemcached.command.text
Fields in net.rubyeye.xmemcached.command.text declared as IoBuffer -
Uses of IoBuffer in net.rubyeye.xmemcached.impl
Fields in net.rubyeye.xmemcached.impl declared as IoBufferFields in net.rubyeye.xmemcached.impl with type parameters of type IoBufferModifier and TypeFieldDescriptionOptimizer.BinaryGetQCollector.bufferListOptimizer.BinarySetQCollector.bufferList -
Uses of IoBuffer in net.rubyeye.xmemcached.utils
Methods in net.rubyeye.xmemcached.utils with parameters of type IoBufferModifier and TypeMethodDescriptionstatic final voidByteUtils.setArguments(IoBuffer bb, Object... args)