Uses of Class
com.mckoi.util.ByteBuffer
Packages that use ByteBuffer
-
Uses of ByteBuffer in com.mckoi.util
Methods in com.mckoi.util that return ByteBufferModifier and TypeMethodDescriptionByteBuffer.get
(byte[] b, int offset, int length) Gets a byte array from the buffer.ByteBuffer.put
(byte[] b) ByteBuffer.put
(byte[] b, int offset, int length) Puts a byte array into the buffer.ByteBuffer.put
(ByteBuffer buffer) Puts a ByteBuffer in to this buffer.ByteBuffer.putByte
(byte v) Puts/Gets a byte into the buffer at the current position.ByteBuffer.putInt
(int v) Puts/Gets an integer into the buffer at the current position.ByteBuffer.putShort
(short v) Puts/Gets a short into the buffer at the current position.Methods in com.mckoi.util with parameters of type ByteBufferModifier and TypeMethodDescriptionByteBuffer.put
(ByteBuffer buffer) Puts a ByteBuffer in to this buffer.