- AbstractBuffer - Class in net.kuujo.catalyst.buffer
-
Abstract buffer implementation.
- AbstractBytes - Class in net.kuujo.catalyst.buffer
-
Abstract bytes implementation.
- AbstractBytes() - Constructor for class net.kuujo.catalyst.buffer.AbstractBytes
-
- acquire() - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- acquire() - Method in class net.kuujo.catalyst.buffer.ReadOnlyBuffer
-
- acquire() - Method in class net.kuujo.catalyst.buffer.SlicedBuffer
-
- acquire() - Method in class net.kuujo.catalyst.buffer.SwappedBuffer
-
- acquire() - Method in interface net.kuujo.catalyst.util.ReferenceCounted
-
Acquires a reference.
- acquire() - Method in class net.kuujo.catalyst.util.ReferencePool
-
Acquires a reference.
- address() - Method in class net.kuujo.catalyst.buffer.util.HeapMemory
-
- address(long) - Method in class net.kuujo.catalyst.buffer.util.HeapMemory
-
- address() - Method in interface net.kuujo.catalyst.buffer.util.Memory
-
Returns the memory address.
- address(long) - Method in interface net.kuujo.catalyst.buffer.util.Memory
-
Returns the memory address for the given offset.
- address() - Method in class net.kuujo.catalyst.buffer.util.NativeMemory
-
- address(long) - Method in class net.kuujo.catalyst.buffer.util.NativeMemory
-
- allocate() - Method in interface net.kuujo.catalyst.buffer.BufferAllocator
-
Allocates a dynamic capacity buffer.
- allocate(long) - Method in interface net.kuujo.catalyst.buffer.BufferAllocator
-
Allocates a dynamic capacity buffer with the given initial capacity.
- allocate(long, long) - Method in interface net.kuujo.catalyst.buffer.BufferAllocator
-
Allocates a new buffer.
- allocate() - Static method in class net.kuujo.catalyst.buffer.DirectBuffer
-
Allocates a direct buffer with an initial capacity of
4096 and a maximum capacity of
Long.MAX_VALUE.
- allocate(long) - Static method in class net.kuujo.catalyst.buffer.DirectBuffer
-
Allocates a direct buffer with the given initial capacity.
- allocate(long, long) - Static method in class net.kuujo.catalyst.buffer.DirectBuffer
-
Allocates a new direct buffer.
- allocate(long) - Static method in class net.kuujo.catalyst.buffer.DirectBytes
-
- allocate(File) - Static method in class net.kuujo.catalyst.buffer.FileBuffer
-
Allocates a file buffer of unlimited capacity.
- allocate(File, long) - Static method in class net.kuujo.catalyst.buffer.FileBuffer
-
Allocates a file buffer with the given initial capacity.
- allocate(File, long, long) - Static method in class net.kuujo.catalyst.buffer.FileBuffer
-
Allocates a file buffer.
- allocate(File, String, long, long) - Static method in class net.kuujo.catalyst.buffer.FileBuffer
-
Allocates a file buffer.
- allocate(File) - Static method in class net.kuujo.catalyst.buffer.FileBytes
-
Allocates a randomAccessFile buffer of unlimited count.
- allocate(File, long) - Static method in class net.kuujo.catalyst.buffer.FileBytes
-
Allocates a randomAccessFile buffer.
- allocate(File, String, long) - Static method in class net.kuujo.catalyst.buffer.FileBytes
-
Allocates a randomAccessFile buffer.
- allocate() - Static method in class net.kuujo.catalyst.buffer.HeapBuffer
-
Allocates a heap buffer with an initial capacity of
4096 and a maximum capacity of
HeapMemory.MAX_SIZE.
- allocate(long) - Static method in class net.kuujo.catalyst.buffer.HeapBuffer
-
Allocates a heap buffer with the given initial capacity.
- allocate(long, long) - Static method in class net.kuujo.catalyst.buffer.HeapBuffer
-
Allocates a new heap buffer.
- allocate(long) - Static method in class net.kuujo.catalyst.buffer.HeapBytes
-
Allocates a new heap byte array.
- allocate(File) - Static method in class net.kuujo.catalyst.buffer.MappedBuffer
-
- allocate(File, FileChannel.MapMode) - Static method in class net.kuujo.catalyst.buffer.MappedBuffer
-
- allocate(File, long) - Static method in class net.kuujo.catalyst.buffer.MappedBuffer
-
- allocate(File, FileChannel.MapMode, long) - Static method in class net.kuujo.catalyst.buffer.MappedBuffer
-
- allocate(File, long, long) - Static method in class net.kuujo.catalyst.buffer.MappedBuffer
-
Allocates a mapped buffer.
- allocate(File, FileChannel.MapMode, long, long) - Static method in class net.kuujo.catalyst.buffer.MappedBuffer
-
Allocates a mapped buffer.
- allocate(File, long) - Static method in class net.kuujo.catalyst.buffer.MappedBytes
-
- allocate(File, FileChannel.MapMode, long) - Static method in class net.kuujo.catalyst.buffer.MappedBytes
-
Allocates a mapped buffer.
- allocate() - Method in class net.kuujo.catalyst.buffer.PooledAllocator
-
- allocate(long) - Method in class net.kuujo.catalyst.buffer.PooledAllocator
-
- allocate(long, long) - Method in class net.kuujo.catalyst.buffer.PooledAllocator
-
- allocate() - Method in class net.kuujo.catalyst.buffer.UnpooledAllocator
-
- allocate(long) - Method in class net.kuujo.catalyst.buffer.UnpooledAllocator
-
- allocate(long, long) - Method in class net.kuujo.catalyst.buffer.UnpooledDirectAllocator
-
- allocate(long, long) - Method in class net.kuujo.catalyst.buffer.UnpooledHeapAllocator
-
- allocate(long) - Static method in class net.kuujo.catalyst.buffer.util.BitArray
-
Allocates a new direct bit set.
- allocate(long) - Static method in class net.kuujo.catalyst.buffer.util.DirectMemory
-
- allocate(long) - Method in class net.kuujo.catalyst.buffer.util.DirectMemoryAllocator
-
- allocate(long) - Static method in class net.kuujo.catalyst.buffer.util.HeapMemory
-
- allocate(long) - Method in class net.kuujo.catalyst.buffer.util.HeapMemoryAllocator
-
- allocate(File, long) - Static method in class net.kuujo.catalyst.buffer.util.MappedMemory
-
Allocates memory mapped to a file on disk.
- allocate(File, FileChannel.MapMode, long) - Static method in class net.kuujo.catalyst.buffer.util.MappedMemory
-
Allocates memory mapped to a file on disk.
- allocate(long) - Method in class net.kuujo.catalyst.buffer.util.MappedMemoryAllocator
-
- allocate(long) - Method in interface net.kuujo.catalyst.buffer.util.MemoryAllocator
-
Allocates memory.
- allocate(long) - Static method in class net.kuujo.catalyst.buffer.util.NativeMemory
-
- allocator() - Method in class net.kuujo.catalyst.buffer.util.HeapMemory
-
- allocator() - Method in interface net.kuujo.catalyst.buffer.util.Memory
-
Returns the memory allocator that allocated this memory.
- allocator() - Method in class net.kuujo.catalyst.buffer.util.NativeMemory
-
- array() - Method in class net.kuujo.catalyst.buffer.HeapBuffer
-
Returns the underlying byte array.
- array() - Method in class net.kuujo.catalyst.buffer.HeapBytes
-
Returns the underlying byte array.
- array() - Method in class net.kuujo.catalyst.buffer.util.HeapMemory
-
Returns the underlying byte array.
- ARRAY_BASE_OFFSET - Static variable in class net.kuujo.catalyst.buffer.util.HeapMemory
-
- asReadOnlyBuffer() - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- asReadOnlyBuffer() - Method in interface net.kuujo.catalyst.buffer.Buffer
-
Returns a read-only view of the buffer.
- read(Buffer) - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- read(Bytes) - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- read(Bytes, long, long) - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- read(long, Bytes, long, long) - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- read(byte[]) - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- read(byte[], long, long) - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- read(long, byte[], long, long) - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- read(Buffer) - Method in interface net.kuujo.catalyst.buffer.Buffer
-
Reads bytes into the given buffer.
- read(Bytes) - Method in interface net.kuujo.catalyst.buffer.Buffer
-
Reads bytes into the given byte array.
- read(byte[]) - Method in interface net.kuujo.catalyst.buffer.Buffer
-
Reads bytes into the given byte array.
- read(Bytes, long, long) - Method in interface net.kuujo.catalyst.buffer.Buffer
-
Reads bytes into the given byte array starting at the current position.
- read(long, Bytes, long, long) - Method in interface net.kuujo.catalyst.buffer.Buffer
-
Reads bytes into the given byte array starting at the given offset up to the given length.
- read(byte[], long, long) - Method in interface net.kuujo.catalyst.buffer.Buffer
-
Reads bytes into the given byte array starting at current position up to the given length.
- read(long, byte[], long, long) - Method in interface net.kuujo.catalyst.buffer.Buffer
-
Reads bytes into the given byte array starting at the given offset up to the given length.
- read(Bytes) - Method in interface net.kuujo.catalyst.buffer.BufferInput
-
Reads bytes into the given byte array.
- read(byte[]) - Method in interface net.kuujo.catalyst.buffer.BufferInput
-
Reads bytes into the given byte array.
- read(Bytes, long, long) - Method in interface net.kuujo.catalyst.buffer.BufferInput
-
Reads bytes into the given byte array starting at the current position.
- read(byte[], long, long) - Method in interface net.kuujo.catalyst.buffer.BufferInput
-
Reads bytes into the given byte array starting at current position up to the given length.
- read(Buffer) - Method in interface net.kuujo.catalyst.buffer.BufferInput
-
Reads bytes into the given buffer.
- read(long, Bytes, long, long) - Method in interface net.kuujo.catalyst.buffer.BytesInput
-
Reads bytes into the given byte array starting at the given offset up to the given length.
- read(long, byte[], long, long) - Method in interface net.kuujo.catalyst.buffer.BytesInput
-
Reads bytes into the given byte array starting at the given offset up to the given length.
- read(long, Bytes, long, long) - Method in class net.kuujo.catalyst.buffer.FileBytes
-
- read(long, byte[], long, long) - Method in class net.kuujo.catalyst.buffer.FileBytes
-
- read(long, Bytes, long, long) - Method in class net.kuujo.catalyst.buffer.HeapBytes
-
- read(long, byte[], long, long) - Method in class net.kuujo.catalyst.buffer.HeapBytes
-
- read(Bytes) - Method in class net.kuujo.catalyst.buffer.InputStreamBufferInput
-
- read(byte[]) - Method in class net.kuujo.catalyst.buffer.InputStreamBufferInput
-
- read(Bytes, long, long) - Method in class net.kuujo.catalyst.buffer.InputStreamBufferInput
-
- read(byte[], long, long) - Method in class net.kuujo.catalyst.buffer.InputStreamBufferInput
-
- read(Buffer) - Method in class net.kuujo.catalyst.buffer.InputStreamBufferInput
-
- read(long, Bytes, long, long) - Method in class net.kuujo.catalyst.buffer.NativeBytes
-
- read(long, byte[], long, long) - Method in class net.kuujo.catalyst.buffer.NativeBytes
-
- read(long, Bytes, long, long) - Method in class net.kuujo.catalyst.buffer.WrappedBytes
-
- read(long, byte[], long, long) - Method in class net.kuujo.catalyst.buffer.WrappedBytes
-
- readBoolean() - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- readBoolean(long) - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- readBoolean() - Method in interface net.kuujo.catalyst.buffer.Buffer
-
Reads a 1 byte boolean from the buffer at the current position.
- readBoolean(long) - Method in interface net.kuujo.catalyst.buffer.Buffer
-
Reads a 1 byte boolean from the buffer at the given offset.
- readBoolean() - Method in class net.kuujo.catalyst.buffer.BufferDataInput
-
- readBoolean() - Method in interface net.kuujo.catalyst.buffer.BufferInput
-
Reads a 1 byte boolean from the buffer at the current position.
- readBoolean(long) - Method in interface net.kuujo.catalyst.buffer.BytesInput
-
Reads a 1 byte boolean from the buffer at the given offset.
- readBoolean(long) - Method in class net.kuujo.catalyst.buffer.FileBytes
-
- readBoolean(long) - Method in class net.kuujo.catalyst.buffer.HeapBytes
-
- readBoolean() - Method in class net.kuujo.catalyst.buffer.InputStreamBufferInput
-
- readBoolean(long) - Method in class net.kuujo.catalyst.buffer.NativeBytes
-
- readBoolean(long) - Method in class net.kuujo.catalyst.buffer.WrappedBytes
-
- readByte() - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- readByte(long) - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- readByte() - Method in interface net.kuujo.catalyst.buffer.Buffer
-
Reads a byte from the buffer at the current position.
- readByte(long) - Method in interface net.kuujo.catalyst.buffer.Buffer
-
Reads a byte from the buffer at the given offset.
- readByte() - Method in class net.kuujo.catalyst.buffer.BufferDataInput
-
- readByte() - Method in interface net.kuujo.catalyst.buffer.BufferInput
-
Reads a byte from the buffer at the current position.
- readByte(long) - Method in interface net.kuujo.catalyst.buffer.BytesInput
-
Reads a byte from the buffer at the given offset.
- readByte(long) - Method in class net.kuujo.catalyst.buffer.FileBytes
-
- readByte(long) - Method in class net.kuujo.catalyst.buffer.HeapBytes
-
- readByte() - Method in class net.kuujo.catalyst.buffer.InputStreamBufferInput
-
- readByte(long) - Method in class net.kuujo.catalyst.buffer.NativeBytes
-
- readByte(long) - Method in class net.kuujo.catalyst.buffer.WrappedBytes
-
- readChar() - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- readChar(long) - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- readChar() - Method in interface net.kuujo.catalyst.buffer.Buffer
-
Reads a 16-bit character from the buffer at the current position.
- readChar(long) - Method in interface net.kuujo.catalyst.buffer.Buffer
-
Reads a 16-bit character from the buffer at the given offset.
- readChar() - Method in class net.kuujo.catalyst.buffer.BufferDataInput
-
- readChar() - Method in interface net.kuujo.catalyst.buffer.BufferInput
-
Reads a 16-bit character from the buffer at the current position.
- readChar(long) - Method in interface net.kuujo.catalyst.buffer.BytesInput
-
Reads a 16-bit character from the buffer at the given offset.
- readChar(long) - Method in class net.kuujo.catalyst.buffer.FileBytes
-
- readChar(long) - Method in class net.kuujo.catalyst.buffer.HeapBytes
-
- readChar() - Method in class net.kuujo.catalyst.buffer.InputStreamBufferInput
-
- readChar(long) - Method in class net.kuujo.catalyst.buffer.NativeBytes
-
- readChar(long) - Method in class net.kuujo.catalyst.buffer.SwappedBytes
-
- readChar(long) - Method in class net.kuujo.catalyst.buffer.WrappedBytes
-
- readDouble() - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- readDouble(long) - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- readDouble() - Method in interface net.kuujo.catalyst.buffer.Buffer
-
Reads a double-precision 64-bit floating point number from the buffer at the current position.
- readDouble(long) - Method in interface net.kuujo.catalyst.buffer.Buffer
-
Reads a double-precision 64-bit floating point number from the buffer at the given offset.
- readDouble() - Method in class net.kuujo.catalyst.buffer.BufferDataInput
-
- readDouble() - Method in interface net.kuujo.catalyst.buffer.BufferInput
-
Reads a double-precision 64-bit floating point number from the buffer at the current position.
- readDouble(long) - Method in interface net.kuujo.catalyst.buffer.BytesInput
-
Reads a double-precision 64-bit floating point number from the buffer at the given offset.
- readDouble(long) - Method in class net.kuujo.catalyst.buffer.FileBytes
-
- readDouble(long) - Method in class net.kuujo.catalyst.buffer.HeapBytes
-
- readDouble() - Method in class net.kuujo.catalyst.buffer.InputStreamBufferInput
-
- readDouble(long) - Method in class net.kuujo.catalyst.buffer.NativeBytes
-
- readDouble(long) - Method in class net.kuujo.catalyst.buffer.SwappedBytes
-
- readDouble(long) - Method in class net.kuujo.catalyst.buffer.WrappedBytes
-
- readFloat() - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- readFloat(long) - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- readFloat() - Method in interface net.kuujo.catalyst.buffer.Buffer
-
Reads a single-precision 32-bit floating point number from the buffer at the current position.
- readFloat(long) - Method in interface net.kuujo.catalyst.buffer.Buffer
-
Reads a single-precision 32-bit floating point number from the buffer at the given offset.
- readFloat() - Method in class net.kuujo.catalyst.buffer.BufferDataInput
-
- readFloat() - Method in interface net.kuujo.catalyst.buffer.BufferInput
-
Reads a single-precision 32-bit floating point number from the buffer at the current position.
- readFloat(long) - Method in interface net.kuujo.catalyst.buffer.BytesInput
-
Reads a single-precision 32-bit floating point number from the buffer at the given offset.
- readFloat(long) - Method in class net.kuujo.catalyst.buffer.FileBytes
-
- readFloat(long) - Method in class net.kuujo.catalyst.buffer.HeapBytes
-
- readFloat() - Method in class net.kuujo.catalyst.buffer.InputStreamBufferInput
-
- readFloat(long) - Method in class net.kuujo.catalyst.buffer.NativeBytes
-
- readFloat(long) - Method in class net.kuujo.catalyst.buffer.SwappedBytes
-
- readFloat(long) - Method in class net.kuujo.catalyst.buffer.WrappedBytes
-
- readFully(byte[]) - Method in class net.kuujo.catalyst.buffer.BufferDataInput
-
- readFully(byte[], int, int) - Method in class net.kuujo.catalyst.buffer.BufferDataInput
-
- readInt() - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- readInt(long) - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- readInt() - Method in interface net.kuujo.catalyst.buffer.Buffer
-
Reads a 32-bit signed integer from the buffer at the current position.
- readInt(long) - Method in interface net.kuujo.catalyst.buffer.Buffer
-
Reads a 32-bit signed integer from the buffer at the given offset.
- readInt() - Method in class net.kuujo.catalyst.buffer.BufferDataInput
-
- readInt() - Method in interface net.kuujo.catalyst.buffer.BufferInput
-
Reads a 32-bit signed integer from the buffer at the current position.
- readInt(long) - Method in interface net.kuujo.catalyst.buffer.BytesInput
-
Reads a 32-bit signed integer from the buffer at the given offset.
- readInt(long) - Method in class net.kuujo.catalyst.buffer.FileBytes
-
- readInt(long) - Method in class net.kuujo.catalyst.buffer.HeapBytes
-
- readInt() - Method in class net.kuujo.catalyst.buffer.InputStreamBufferInput
-
- readInt(long) - Method in class net.kuujo.catalyst.buffer.NativeBytes
-
- readInt(long) - Method in class net.kuujo.catalyst.buffer.SwappedBytes
-
- readInt(long) - Method in class net.kuujo.catalyst.buffer.WrappedBytes
-
- readLine() - Method in class net.kuujo.catalyst.buffer.BufferDataInput
-
- readLong() - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- readLong(long) - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- readLong() - Method in interface net.kuujo.catalyst.buffer.Buffer
-
Reads a 64-bit signed integer from the buffer at the current position.
- readLong(long) - Method in interface net.kuujo.catalyst.buffer.Buffer
-
Reads a 64-bit signed integer from the buffer at the given offset.
- readLong() - Method in class net.kuujo.catalyst.buffer.BufferDataInput
-
- readLong() - Method in interface net.kuujo.catalyst.buffer.BufferInput
-
Reads a 64-bit signed integer from the buffer at the current position.
- readLong(long) - Method in interface net.kuujo.catalyst.buffer.BytesInput
-
Reads a 64-bit signed integer from the buffer at the given offset.
- readLong(long) - Method in class net.kuujo.catalyst.buffer.FileBytes
-
- readLong(long) - Method in class net.kuujo.catalyst.buffer.HeapBytes
-
- readLong() - Method in class net.kuujo.catalyst.buffer.InputStreamBufferInput
-
- readLong(long) - Method in class net.kuujo.catalyst.buffer.NativeBytes
-
- readLong(long) - Method in class net.kuujo.catalyst.buffer.SwappedBytes
-
- readLong(long) - Method in class net.kuujo.catalyst.buffer.WrappedBytes
-
- readMedium() - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- readMedium(long) - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- readMedium() - Method in interface net.kuujo.catalyst.buffer.BufferInput
-
Reads a 24-bit signed integer from the buffer at the current position.
- readMedium(long) - Method in interface net.kuujo.catalyst.buffer.BytesInput
-
Reads a 24-bit signed integer from the buffer at the given offset.
- readMedium(long) - Method in class net.kuujo.catalyst.buffer.FileBytes
-
- readMedium(long) - Method in class net.kuujo.catalyst.buffer.HeapBytes
-
- readMedium() - Method in class net.kuujo.catalyst.buffer.InputStreamBufferInput
-
- readMedium(long) - Method in class net.kuujo.catalyst.buffer.NativeBytes
-
- readMedium(long) - Method in class net.kuujo.catalyst.buffer.SwappedBytes
-
- readMedium(long) - Method in class net.kuujo.catalyst.buffer.WrappedBytes
-
- ReadOnlyBuffer - Class in net.kuujo.catalyst.buffer
-
Read-only buffer.
- ReadOnlyBuffer(Buffer, ReferenceManager<Buffer>) - Constructor for class net.kuujo.catalyst.buffer.ReadOnlyBuffer
-
- readShort() - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- readShort(long) - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- readShort() - Method in interface net.kuujo.catalyst.buffer.Buffer
-
Reads a 16-bit signed integer from the buffer at the current position.
- readShort(long) - Method in interface net.kuujo.catalyst.buffer.Buffer
-
Reads a 16-bit signed integer from the buffer at the given offset.
- readShort() - Method in class net.kuujo.catalyst.buffer.BufferDataInput
-
- readShort() - Method in interface net.kuujo.catalyst.buffer.BufferInput
-
Reads a 16-bit signed integer from the buffer at the current position.
- readShort(long) - Method in interface net.kuujo.catalyst.buffer.BytesInput
-
Reads a 16-bit signed integer from the buffer at the given offset.
- readShort(long) - Method in class net.kuujo.catalyst.buffer.FileBytes
-
- readShort(long) - Method in class net.kuujo.catalyst.buffer.HeapBytes
-
- readShort() - Method in class net.kuujo.catalyst.buffer.InputStreamBufferInput
-
- readShort(long) - Method in class net.kuujo.catalyst.buffer.NativeBytes
-
- readShort(long) - Method in class net.kuujo.catalyst.buffer.SwappedBytes
-
- readShort(long) - Method in class net.kuujo.catalyst.buffer.WrappedBytes
-
- readString() - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- readString(long) - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- readString() - Method in interface net.kuujo.catalyst.buffer.BufferInput
-
Reads a string from the buffer at the current position.
- readString(long) - Method in interface net.kuujo.catalyst.buffer.BytesInput
-
Reads a string from the buffer at the given offset.
- readString(long) - Method in class net.kuujo.catalyst.buffer.FileBytes
-
- readString(long) - Method in class net.kuujo.catalyst.buffer.HeapBytes
-
- readString() - Method in class net.kuujo.catalyst.buffer.InputStreamBufferInput
-
- readString(long) - Method in class net.kuujo.catalyst.buffer.NativeBytes
-
- readString(long) - Method in class net.kuujo.catalyst.buffer.WrappedBytes
-
- readUnsignedByte() - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- readUnsignedByte(long) - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- readUnsignedByte() - Method in interface net.kuujo.catalyst.buffer.Buffer
-
Reads an unsigned byte from the buffer at the current position.
- readUnsignedByte(long) - Method in interface net.kuujo.catalyst.buffer.Buffer
-
Reads an unsigned byte from the buffer at the given offset.
- readUnsignedByte() - Method in class net.kuujo.catalyst.buffer.BufferDataInput
-
- readUnsignedByte() - Method in interface net.kuujo.catalyst.buffer.BufferInput
-
Reads an unsigned byte from the buffer at the current position.
- readUnsignedByte(long) - Method in interface net.kuujo.catalyst.buffer.BytesInput
-
Reads an unsigned byte from the buffer at the given offset.
- readUnsignedByte(long) - Method in class net.kuujo.catalyst.buffer.FileBytes
-
- readUnsignedByte(long) - Method in class net.kuujo.catalyst.buffer.HeapBytes
-
- readUnsignedByte() - Method in class net.kuujo.catalyst.buffer.InputStreamBufferInput
-
- readUnsignedByte(long) - Method in class net.kuujo.catalyst.buffer.NativeBytes
-
- readUnsignedByte(long) - Method in class net.kuujo.catalyst.buffer.WrappedBytes
-
- readUnsignedInt() - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- readUnsignedInt(long) - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- readUnsignedInt() - Method in interface net.kuujo.catalyst.buffer.Buffer
-
Reads a 32-bit unsigned integer from the buffer at the current position.
- readUnsignedInt(long) - Method in interface net.kuujo.catalyst.buffer.Buffer
-
Reads a 32-bit unsigned integer from the buffer at the given offset.
- readUnsignedInt() - Method in interface net.kuujo.catalyst.buffer.BufferInput
-
Reads a 32-bit unsigned integer from the buffer at the current position.
- readUnsignedInt(long) - Method in interface net.kuujo.catalyst.buffer.BytesInput
-
Reads a 32-bit unsigned integer from the buffer at the given offset.
- readUnsignedInt(long) - Method in class net.kuujo.catalyst.buffer.FileBytes
-
- readUnsignedInt(long) - Method in class net.kuujo.catalyst.buffer.HeapBytes
-
- readUnsignedInt() - Method in class net.kuujo.catalyst.buffer.InputStreamBufferInput
-
- readUnsignedInt(long) - Method in class net.kuujo.catalyst.buffer.NativeBytes
-
- readUnsignedInt(long) - Method in class net.kuujo.catalyst.buffer.SwappedBytes
-
- readUnsignedInt(long) - Method in class net.kuujo.catalyst.buffer.WrappedBytes
-
- readUnsignedMedium() - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- readUnsignedMedium(long) - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- readUnsignedMedium() - Method in interface net.kuujo.catalyst.buffer.BufferInput
-
Reads a 24-bit unsigned integer from the buffer at the current position.
- readUnsignedMedium(long) - Method in interface net.kuujo.catalyst.buffer.BytesInput
-
Reads a 24-bin unsigned integer from the buffer at the given offset.
- readUnsignedMedium(long) - Method in class net.kuujo.catalyst.buffer.FileBytes
-
- readUnsignedMedium(long) - Method in class net.kuujo.catalyst.buffer.HeapBytes
-
- readUnsignedMedium() - Method in class net.kuujo.catalyst.buffer.InputStreamBufferInput
-
- readUnsignedMedium(long) - Method in class net.kuujo.catalyst.buffer.NativeBytes
-
- readUnsignedMedium(long) - Method in class net.kuujo.catalyst.buffer.SwappedBytes
-
- readUnsignedMedium(long) - Method in class net.kuujo.catalyst.buffer.WrappedBytes
-
- readUnsignedShort() - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- readUnsignedShort(long) - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- readUnsignedShort() - Method in interface net.kuujo.catalyst.buffer.Buffer
-
Reads a 16-bit unsigned integer from the buffer at the current position.
- readUnsignedShort(long) - Method in interface net.kuujo.catalyst.buffer.Buffer
-
Reads a 16-bit unsigned integer from the buffer at the given offset.
- readUnsignedShort() - Method in class net.kuujo.catalyst.buffer.BufferDataInput
-
- readUnsignedShort() - Method in interface net.kuujo.catalyst.buffer.BufferInput
-
Reads a 16-bit unsigned integer from the buffer at the current position.
- readUnsignedShort(long) - Method in interface net.kuujo.catalyst.buffer.BytesInput
-
Reads a 16-bit unsigned integer from the buffer at the given offset.
- readUnsignedShort(long) - Method in class net.kuujo.catalyst.buffer.FileBytes
-
- readUnsignedShort(long) - Method in class net.kuujo.catalyst.buffer.HeapBytes
-
- readUnsignedShort() - Method in class net.kuujo.catalyst.buffer.InputStreamBufferInput
-
- readUnsignedShort(long) - Method in class net.kuujo.catalyst.buffer.NativeBytes
-
- readUnsignedShort(long) - Method in class net.kuujo.catalyst.buffer.SwappedBytes
-
- readUnsignedShort(long) - Method in class net.kuujo.catalyst.buffer.WrappedBytes
-
- readUTF() - Method in class net.kuujo.catalyst.buffer.BufferDataInput
-
- readUTF8() - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- readUTF8(long) - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- readUTF8() - Method in interface net.kuujo.catalyst.buffer.Buffer
-
Reads a UTF-8 string from the buffer at the current position.
- readUTF8(long) - Method in interface net.kuujo.catalyst.buffer.Buffer
-
Reads a UTF-8 string from the buffer at the given offset.
- readUTF8() - Method in interface net.kuujo.catalyst.buffer.BufferInput
-
Reads a UTF-8 string from the buffer at the current position.
- readUTF8(long) - Method in interface net.kuujo.catalyst.buffer.BytesInput
-
Reads a UTF-8 string from the buffer at the given offset.
- readUTF8(long) - Method in class net.kuujo.catalyst.buffer.FileBytes
-
- readUTF8(long) - Method in class net.kuujo.catalyst.buffer.HeapBytes
-
- readUTF8() - Method in class net.kuujo.catalyst.buffer.InputStreamBufferInput
-
- readUTF8(long) - Method in class net.kuujo.catalyst.buffer.NativeBytes
-
- readUTF8(long) - Method in class net.kuujo.catalyst.buffer.WrappedBytes
-
- reallocate(NativeMemory, long) - Method in class net.kuujo.catalyst.buffer.util.DirectMemoryAllocator
-
- reallocate(HeapMemory, long) - Method in class net.kuujo.catalyst.buffer.util.HeapMemoryAllocator
-
- reallocate(MappedMemory, long) - Method in class net.kuujo.catalyst.buffer.util.MappedMemoryAllocator
-
- reallocate(T, long) - Method in interface net.kuujo.catalyst.buffer.util.MemoryAllocator
-
Reallocates the given memory.
- ReferenceCounted<T> - Interface in net.kuujo.catalyst.util
-
Reference counting interface.
- ReferenceFactory<T extends ReferenceCounted<?>> - Interface in net.kuujo.catalyst.util
-
Reference factory.
- ReferenceManager<T> - Interface in net.kuujo.catalyst.util
-
Reference manager.
- ReferencePool<T extends ReferenceCounted<?>> - Class in net.kuujo.catalyst.util
-
Pool of reference counted objects.
- ReferencePool(ReferenceFactory<T>) - Constructor for class net.kuujo.catalyst.util.ReferencePool
-
- references() - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- references() - Method in interface net.kuujo.catalyst.util.ReferenceCounted
-
Returns the number of open references.
- release() - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- release(Buffer) - Method in class net.kuujo.catalyst.buffer.DirectBufferPool
-
- release(Buffer) - Method in class net.kuujo.catalyst.buffer.HeapBufferPool
-
- release() - Method in class net.kuujo.catalyst.buffer.ReadOnlyBuffer
-
- release() - Method in class net.kuujo.catalyst.buffer.SlicedBuffer
-
- release() - Method in class net.kuujo.catalyst.buffer.SwappedBuffer
-
- release() - Method in interface net.kuujo.catalyst.util.ReferenceCounted
-
Releases a reference.
- release(T) - Method in interface net.kuujo.catalyst.util.ReferenceManager
-
Releases the given reference.
- release(T) - Method in class net.kuujo.catalyst.util.ReferencePool
-
- remaining() - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- remaining() - Method in interface net.kuujo.catalyst.buffer.Buffer
-
Returns the number of bytes remaining in the buffer until the
Buffer.limit() is reached.
- remaining() - Method in interface net.kuujo.catalyst.buffer.BufferInput
-
Returns the number of bytes remaining in the input.
- remaining() - Method in class net.kuujo.catalyst.buffer.InputStreamBufferInput
-
- reset() - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- reset() - Method in interface net.kuujo.catalyst.buffer.Buffer
-
Resets the buffer's position to the previously-marked position.
- reset(byte[]) - Method in class net.kuujo.catalyst.buffer.HeapBuffer
-
Resets the internal heap array.
- reset(byte[]) - Method in class net.kuujo.catalyst.buffer.HeapBytes
-
Resets the heap byte array.
- reset(byte[]) - Method in class net.kuujo.catalyst.buffer.util.HeapMemory
-
Resets the memory pointer.
- resize(long) - Method in interface net.kuujo.catalyst.buffer.Bytes
-
Resizes the bytes.
- resize(long) - Method in class net.kuujo.catalyst.buffer.FileBytes
-
- resize(long) - Method in class net.kuujo.catalyst.buffer.HeapBytes
-
- resize(long) - Method in class net.kuujo.catalyst.buffer.NativeBytes
-
- resize(long) - Method in class net.kuujo.catalyst.buffer.util.BitArray
-
Resizes the bit array to a new count.
- resize(long) - Method in class net.kuujo.catalyst.buffer.WrappedBytes
-
- rewind() - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- rewind() - Method in interface net.kuujo.catalyst.buffer.Buffer
-
Rewinds the buffer.
- root() - Method in class net.kuujo.catalyst.buffer.SlicedBuffer
-
Returns the root buffer.
- root() - Method in class net.kuujo.catalyst.buffer.SwappedBuffer
-
Returns the root buffer.
- root() - Method in class net.kuujo.catalyst.buffer.WrappedBytes
-
Returns the root bytes.
- wrap(byte[]) - Static method in class net.kuujo.catalyst.buffer.HeapBuffer
-
Wraps the given bytes in a heap buffer.
- wrap(byte[]) - Static method in class net.kuujo.catalyst.buffer.HeapBytes
-
- wrap(byte[]) - Static method in class net.kuujo.catalyst.buffer.util.HeapMemory
-
- WrappedBytes - Class in net.kuujo.catalyst.buffer
-
Wrapped bytes.
- WrappedBytes(Bytes) - Constructor for class net.kuujo.catalyst.buffer.WrappedBytes
-
- write(Buffer) - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- write(Bytes) - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- write(Bytes, long, long) - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- write(long, Bytes, long, long) - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- write(byte[]) - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- write(byte[], long, long) - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- write(long, byte[], long, long) - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- write(Buffer) - Method in interface net.kuujo.catalyst.buffer.Buffer
-
Writes a buffer to the buffer.
- write(Bytes) - Method in interface net.kuujo.catalyst.buffer.Buffer
-
Writes an array of bytes to the buffer.
- write(byte[]) - Method in interface net.kuujo.catalyst.buffer.Buffer
-
Writes an array of bytes to the buffer.
- write(Bytes, long, long) - Method in interface net.kuujo.catalyst.buffer.Buffer
-
Writes an array of bytes to the buffer.
- write(long, Bytes, long, long) - Method in interface net.kuujo.catalyst.buffer.Buffer
-
Writes an array of bytes to the buffer.
- write(byte[], long, long) - Method in interface net.kuujo.catalyst.buffer.Buffer
-
Writes an array of bytes to the buffer.
- write(long, byte[], long, long) - Method in interface net.kuujo.catalyst.buffer.Buffer
-
Writes an array of bytes to the buffer.
- write(int) - Method in class net.kuujo.catalyst.buffer.BufferDataOutput
-
- write(byte[]) - Method in class net.kuujo.catalyst.buffer.BufferDataOutput
-
- write(byte[], int, int) - Method in class net.kuujo.catalyst.buffer.BufferDataOutput
-
- write(Bytes) - Method in interface net.kuujo.catalyst.buffer.BufferOutput
-
Writes an array of bytes to the buffer.
- write(byte[]) - Method in interface net.kuujo.catalyst.buffer.BufferOutput
-
Writes an array of bytes to the buffer.
- write(Bytes, long, long) - Method in interface net.kuujo.catalyst.buffer.BufferOutput
-
Writes an array of bytes to the buffer.
- write(byte[], long, long) - Method in interface net.kuujo.catalyst.buffer.BufferOutput
-
Writes an array of bytes to the buffer.
- write(Buffer) - Method in interface net.kuujo.catalyst.buffer.BufferOutput
-
Writes a buffer to the buffer.
- write(long, Bytes, long, long) - Method in interface net.kuujo.catalyst.buffer.BytesOutput
-
Writes an array of bytes to the buffer.
- write(long, byte[], long, long) - Method in interface net.kuujo.catalyst.buffer.BytesOutput
-
Writes an array of bytes to the buffer.
- write(long, Bytes, long, long) - Method in class net.kuujo.catalyst.buffer.FileBytes
-
- write(long, byte[], long, long) - Method in class net.kuujo.catalyst.buffer.FileBytes
-
- write(long, Bytes, long, long) - Method in class net.kuujo.catalyst.buffer.HeapBytes
-
- write(long, byte[], long, long) - Method in class net.kuujo.catalyst.buffer.HeapBytes
-
- write(long, Bytes, long, long) - Method in class net.kuujo.catalyst.buffer.NativeBytes
-
- write(long, byte[], long, long) - Method in class net.kuujo.catalyst.buffer.NativeBytes
-
- write(Bytes) - Method in class net.kuujo.catalyst.buffer.OutputStreamBufferOutput
-
- write(byte[]) - Method in class net.kuujo.catalyst.buffer.OutputStreamBufferOutput
-
- write(Bytes, long, long) - Method in class net.kuujo.catalyst.buffer.OutputStreamBufferOutput
-
- write(byte[], long, long) - Method in class net.kuujo.catalyst.buffer.OutputStreamBufferOutput
-
- write(Buffer) - Method in class net.kuujo.catalyst.buffer.OutputStreamBufferOutput
-
- write(Buffer) - Method in class net.kuujo.catalyst.buffer.ReadOnlyBuffer
-
- write(Bytes) - Method in class net.kuujo.catalyst.buffer.ReadOnlyBuffer
-
- write(Bytes, long, long) - Method in class net.kuujo.catalyst.buffer.ReadOnlyBuffer
-
- write(long, Bytes, long, long) - Method in class net.kuujo.catalyst.buffer.ReadOnlyBuffer
-
- write(byte[]) - Method in class net.kuujo.catalyst.buffer.ReadOnlyBuffer
-
- write(byte[], long, long) - Method in class net.kuujo.catalyst.buffer.ReadOnlyBuffer
-
- write(long, byte[], long, long) - Method in class net.kuujo.catalyst.buffer.ReadOnlyBuffer
-
- write(long, Bytes, long, long) - Method in class net.kuujo.catalyst.buffer.WrappedBytes
-
- write(long, byte[], long, long) - Method in class net.kuujo.catalyst.buffer.WrappedBytes
-
- writeBoolean(boolean) - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- writeBoolean(long, boolean) - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- writeBoolean(boolean) - Method in interface net.kuujo.catalyst.buffer.Buffer
-
Writes a 1 byte boolean to the buffer at the current position.
- writeBoolean(long, boolean) - Method in interface net.kuujo.catalyst.buffer.Buffer
-
Writes a 1 byte boolean to the buffer at the given offset.
- writeBoolean(boolean) - Method in class net.kuujo.catalyst.buffer.BufferDataOutput
-
- writeBoolean(boolean) - Method in interface net.kuujo.catalyst.buffer.BufferOutput
-
Writes a 1 byte boolean to the buffer.
- writeBoolean(long, boolean) - Method in interface net.kuujo.catalyst.buffer.BytesOutput
-
Writes a 1 byte boolean to the buffer at the given offset.
- writeBoolean(long, boolean) - Method in class net.kuujo.catalyst.buffer.FileBytes
-
- writeBoolean(long, boolean) - Method in class net.kuujo.catalyst.buffer.HeapBytes
-
- writeBoolean(long, boolean) - Method in class net.kuujo.catalyst.buffer.NativeBytes
-
- writeBoolean(boolean) - Method in class net.kuujo.catalyst.buffer.OutputStreamBufferOutput
-
- writeBoolean(long, boolean) - Method in class net.kuujo.catalyst.buffer.ReadOnlyBuffer
-
- writeBoolean(boolean) - Method in class net.kuujo.catalyst.buffer.ReadOnlyBuffer
-
- writeBoolean(long, boolean) - Method in class net.kuujo.catalyst.buffer.WrappedBytes
-
- writeByte(int) - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- writeByte(long, int) - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- writeByte(int) - Method in interface net.kuujo.catalyst.buffer.Buffer
-
Writes a byte to the buffer at the current position.
- writeByte(long, int) - Method in interface net.kuujo.catalyst.buffer.Buffer
-
Writes a byte to the buffer at the given offset.
- writeByte(int) - Method in class net.kuujo.catalyst.buffer.BufferDataOutput
-
- writeByte(int) - Method in interface net.kuujo.catalyst.buffer.BufferOutput
-
Writes a byte to the buffer.
- writeByte(long, int) - Method in interface net.kuujo.catalyst.buffer.BytesOutput
-
Writes a byte to the buffer at the given offset.
- writeByte(long, int) - Method in class net.kuujo.catalyst.buffer.FileBytes
-
- writeByte(long, int) - Method in class net.kuujo.catalyst.buffer.HeapBytes
-
- writeByte(long, int) - Method in class net.kuujo.catalyst.buffer.NativeBytes
-
- writeByte(int) - Method in class net.kuujo.catalyst.buffer.OutputStreamBufferOutput
-
- writeByte(int) - Method in class net.kuujo.catalyst.buffer.ReadOnlyBuffer
-
- writeByte(long, int) - Method in class net.kuujo.catalyst.buffer.ReadOnlyBuffer
-
- writeByte(long, int) - Method in class net.kuujo.catalyst.buffer.WrappedBytes
-
- writeBytes(String) - Method in class net.kuujo.catalyst.buffer.BufferDataOutput
-
- writeChar(char) - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- writeChar(long, char) - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- writeChar(char) - Method in interface net.kuujo.catalyst.buffer.Buffer
-
Writes a 16-bit character to the buffer at the current position.
- writeChar(long, char) - Method in interface net.kuujo.catalyst.buffer.Buffer
-
Writes a 16-bit character to the buffer at the given offset.
- writeChar(int) - Method in class net.kuujo.catalyst.buffer.BufferDataOutput
-
- writeChar(char) - Method in interface net.kuujo.catalyst.buffer.BufferOutput
-
Writes a 16-bit character to the buffer.
- writeChar(long, char) - Method in interface net.kuujo.catalyst.buffer.BytesOutput
-
Writes a 16-bit character to the buffer at the given offset.
- writeChar(long, char) - Method in class net.kuujo.catalyst.buffer.FileBytes
-
- writeChar(long, char) - Method in class net.kuujo.catalyst.buffer.HeapBytes
-
- writeChar(long, char) - Method in class net.kuujo.catalyst.buffer.NativeBytes
-
- writeChar(char) - Method in class net.kuujo.catalyst.buffer.OutputStreamBufferOutput
-
- writeChar(char) - Method in class net.kuujo.catalyst.buffer.ReadOnlyBuffer
-
- writeChar(long, char) - Method in class net.kuujo.catalyst.buffer.ReadOnlyBuffer
-
- writeChar(long, char) - Method in class net.kuujo.catalyst.buffer.SwappedBytes
-
- writeChar(long, char) - Method in class net.kuujo.catalyst.buffer.WrappedBytes
-
- writeChars(String) - Method in class net.kuujo.catalyst.buffer.BufferDataOutput
-
- writeDouble(double) - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- writeDouble(long, double) - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- writeDouble(double) - Method in interface net.kuujo.catalyst.buffer.Buffer
-
Writes a double-precision 64-bit floating point number to the buffer at the current position.
- writeDouble(long, double) - Method in interface net.kuujo.catalyst.buffer.Buffer
-
Writes a double-precision 64-bit floating point number to the buffer at the given offset.
- writeDouble(double) - Method in class net.kuujo.catalyst.buffer.BufferDataOutput
-
- writeDouble(double) - Method in interface net.kuujo.catalyst.buffer.BufferOutput
-
Writes a double-precision 64-bit floating point number to the buffer.
- writeDouble(long, double) - Method in interface net.kuujo.catalyst.buffer.BytesOutput
-
Writes a double-precision 64-bit floating point number to the buffer at the given offset.
- writeDouble(long, double) - Method in class net.kuujo.catalyst.buffer.FileBytes
-
- writeDouble(long, double) - Method in class net.kuujo.catalyst.buffer.HeapBytes
-
- writeDouble(long, double) - Method in class net.kuujo.catalyst.buffer.NativeBytes
-
- writeDouble(double) - Method in class net.kuujo.catalyst.buffer.OutputStreamBufferOutput
-
- writeDouble(double) - Method in class net.kuujo.catalyst.buffer.ReadOnlyBuffer
-
- writeDouble(long, double) - Method in class net.kuujo.catalyst.buffer.ReadOnlyBuffer
-
- writeDouble(long, double) - Method in class net.kuujo.catalyst.buffer.SwappedBytes
-
- writeDouble(long, double) - Method in class net.kuujo.catalyst.buffer.WrappedBytes
-
- writeFloat(float) - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- writeFloat(long, float) - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- writeFloat(float) - Method in interface net.kuujo.catalyst.buffer.Buffer
-
Writes a single-precision 32-bit floating point number to the buffer at the current position.
- writeFloat(long, float) - Method in interface net.kuujo.catalyst.buffer.Buffer
-
Writes a single-precision 32-bit floating point number to the buffer at the given offset.
- writeFloat(float) - Method in class net.kuujo.catalyst.buffer.BufferDataOutput
-
- writeFloat(float) - Method in interface net.kuujo.catalyst.buffer.BufferOutput
-
Writes a single-precision 32-bit floating point number to the buffer.
- writeFloat(long, float) - Method in interface net.kuujo.catalyst.buffer.BytesOutput
-
Writes a single-precision 32-bit floating point number to the buffer at the given offset.
- writeFloat(long, float) - Method in class net.kuujo.catalyst.buffer.FileBytes
-
- writeFloat(long, float) - Method in class net.kuujo.catalyst.buffer.HeapBytes
-
- writeFloat(long, float) - Method in class net.kuujo.catalyst.buffer.NativeBytes
-
- writeFloat(float) - Method in class net.kuujo.catalyst.buffer.OutputStreamBufferOutput
-
- writeFloat(float) - Method in class net.kuujo.catalyst.buffer.ReadOnlyBuffer
-
- writeFloat(long, float) - Method in class net.kuujo.catalyst.buffer.ReadOnlyBuffer
-
- writeFloat(long, float) - Method in class net.kuujo.catalyst.buffer.SwappedBytes
-
- writeFloat(long, float) - Method in class net.kuujo.catalyst.buffer.WrappedBytes
-
- writeInt(int) - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- writeInt(long, int) - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- writeInt(int) - Method in interface net.kuujo.catalyst.buffer.Buffer
-
Writes a 32-bit signed integer to the buffer at the current position.
- writeInt(long, int) - Method in interface net.kuujo.catalyst.buffer.Buffer
-
Writes a 32-bit signed integer to the buffer at the given offset.
- writeInt(int) - Method in class net.kuujo.catalyst.buffer.BufferDataOutput
-
- writeInt(int) - Method in interface net.kuujo.catalyst.buffer.BufferOutput
-
Writes a 32-bit signed integer to the buffer.
- writeInt(long, int) - Method in interface net.kuujo.catalyst.buffer.BytesOutput
-
Writes a 32-bit signed integer to the buffer at the given offset.
- writeInt(long, int) - Method in class net.kuujo.catalyst.buffer.FileBytes
-
- writeInt(long, int) - Method in class net.kuujo.catalyst.buffer.HeapBytes
-
- writeInt(long, int) - Method in class net.kuujo.catalyst.buffer.NativeBytes
-
- writeInt(int) - Method in class net.kuujo.catalyst.buffer.OutputStreamBufferOutput
-
- writeInt(int) - Method in class net.kuujo.catalyst.buffer.ReadOnlyBuffer
-
- writeInt(long, int) - Method in class net.kuujo.catalyst.buffer.ReadOnlyBuffer
-
- writeInt(long, int) - Method in class net.kuujo.catalyst.buffer.SwappedBytes
-
- writeInt(long, int) - Method in class net.kuujo.catalyst.buffer.WrappedBytes
-
- writeLong(long) - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- writeLong(long, long) - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- writeLong(long) - Method in interface net.kuujo.catalyst.buffer.Buffer
-
Writes a 64-bit signed integer to the buffer at the current position.
- writeLong(long, long) - Method in interface net.kuujo.catalyst.buffer.Buffer
-
Writes a 64-bit signed integer to the buffer at the given offset.
- writeLong(long) - Method in class net.kuujo.catalyst.buffer.BufferDataOutput
-
- writeLong(long) - Method in interface net.kuujo.catalyst.buffer.BufferOutput
-
Writes a 64-bit signed integer to the buffer.
- writeLong(long, long) - Method in interface net.kuujo.catalyst.buffer.BytesOutput
-
Writes a 64-bit signed integer to the buffer at the given offset.
- writeLong(long, long) - Method in class net.kuujo.catalyst.buffer.FileBytes
-
- writeLong(long, long) - Method in class net.kuujo.catalyst.buffer.HeapBytes
-
- writeLong(long, long) - Method in class net.kuujo.catalyst.buffer.NativeBytes
-
- writeLong(long) - Method in class net.kuujo.catalyst.buffer.OutputStreamBufferOutput
-
- writeLong(long) - Method in class net.kuujo.catalyst.buffer.ReadOnlyBuffer
-
- writeLong(long, long) - Method in class net.kuujo.catalyst.buffer.ReadOnlyBuffer
-
- writeLong(long, long) - Method in class net.kuujo.catalyst.buffer.SwappedBytes
-
- writeLong(long, long) - Method in class net.kuujo.catalyst.buffer.WrappedBytes
-
- writeMedium(int) - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- writeMedium(long, int) - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- writeMedium(int) - Method in interface net.kuujo.catalyst.buffer.BufferOutput
-
Writes a 24-bit signed integer to the buffer.
- writeMedium(long, int) - Method in interface net.kuujo.catalyst.buffer.BytesOutput
-
Writes a 24-bit signed integer to the buffer at the given offset.
- writeMedium(long, int) - Method in class net.kuujo.catalyst.buffer.FileBytes
-
- writeMedium(long, int) - Method in class net.kuujo.catalyst.buffer.HeapBytes
-
- writeMedium(long, int) - Method in class net.kuujo.catalyst.buffer.NativeBytes
-
- writeMedium(int) - Method in class net.kuujo.catalyst.buffer.OutputStreamBufferOutput
-
- writeMedium(int) - Method in class net.kuujo.catalyst.buffer.ReadOnlyBuffer
-
- writeMedium(long, int) - Method in class net.kuujo.catalyst.buffer.ReadOnlyBuffer
-
- writeMedium(long, int) - Method in class net.kuujo.catalyst.buffer.SwappedBytes
-
- writeMedium(long, int) - Method in class net.kuujo.catalyst.buffer.WrappedBytes
-
- writeShort(short) - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- writeShort(long, short) - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- writeShort(short) - Method in interface net.kuujo.catalyst.buffer.Buffer
-
Writes a 16-bit signed integer to the buffer at the current position.
- writeShort(long, short) - Method in interface net.kuujo.catalyst.buffer.Buffer
-
Writes a 16-bit signed integer to the buffer at the given offset.
- writeShort(int) - Method in class net.kuujo.catalyst.buffer.BufferDataOutput
-
- writeShort(short) - Method in interface net.kuujo.catalyst.buffer.BufferOutput
-
Writes a 16-bit signed integer to the buffer.
- writeShort(long, short) - Method in interface net.kuujo.catalyst.buffer.BytesOutput
-
Writes a 16-bit signed integer to the buffer at the given offset.
- writeShort(long, short) - Method in class net.kuujo.catalyst.buffer.FileBytes
-
- writeShort(long, short) - Method in class net.kuujo.catalyst.buffer.HeapBytes
-
- writeShort(long, short) - Method in class net.kuujo.catalyst.buffer.NativeBytes
-
- writeShort(short) - Method in class net.kuujo.catalyst.buffer.OutputStreamBufferOutput
-
- writeShort(short) - Method in class net.kuujo.catalyst.buffer.ReadOnlyBuffer
-
- writeShort(long, short) - Method in class net.kuujo.catalyst.buffer.ReadOnlyBuffer
-
- writeShort(long, short) - Method in class net.kuujo.catalyst.buffer.SwappedBytes
-
- writeShort(long, short) - Method in class net.kuujo.catalyst.buffer.WrappedBytes
-
- writeString(String) - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- writeString(long, String) - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- writeString(String) - Method in interface net.kuujo.catalyst.buffer.BufferOutput
-
Writes a string to the buffer.
- writeString(long, String) - Method in interface net.kuujo.catalyst.buffer.BytesOutput
-
Writes a string to the buffer at the given offset.
- writeString(long, String) - Method in class net.kuujo.catalyst.buffer.FileBytes
-
- writeString(long, String) - Method in class net.kuujo.catalyst.buffer.HeapBytes
-
- writeString(long, String) - Method in class net.kuujo.catalyst.buffer.NativeBytes
-
- writeString(String) - Method in class net.kuujo.catalyst.buffer.OutputStreamBufferOutput
-
- writeString(long, String) - Method in class net.kuujo.catalyst.buffer.WrappedBytes
-
- writeUnsignedByte(int) - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- writeUnsignedByte(long, int) - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- writeUnsignedByte(int) - Method in interface net.kuujo.catalyst.buffer.Buffer
-
Writes an unsigned byte to the buffer at the current position.
- writeUnsignedByte(long, int) - Method in interface net.kuujo.catalyst.buffer.Buffer
-
Writes an unsigned byte to the buffer at the given offset.
- writeUnsignedByte(int) - Method in interface net.kuujo.catalyst.buffer.BufferOutput
-
Writes an unsigned byte to the buffer.
- writeUnsignedByte(long, int) - Method in interface net.kuujo.catalyst.buffer.BytesOutput
-
Writes an unsigned byte to the buffer at the given position.
- writeUnsignedByte(long, int) - Method in class net.kuujo.catalyst.buffer.FileBytes
-
- writeUnsignedByte(long, int) - Method in class net.kuujo.catalyst.buffer.HeapBytes
-
- writeUnsignedByte(long, int) - Method in class net.kuujo.catalyst.buffer.NativeBytes
-
- writeUnsignedByte(int) - Method in class net.kuujo.catalyst.buffer.OutputStreamBufferOutput
-
- writeUnsignedByte(int) - Method in class net.kuujo.catalyst.buffer.ReadOnlyBuffer
-
- writeUnsignedByte(long, int) - Method in class net.kuujo.catalyst.buffer.ReadOnlyBuffer
-
- writeUnsignedByte(long, int) - Method in class net.kuujo.catalyst.buffer.WrappedBytes
-
- writeUnsignedInt(long) - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- writeUnsignedInt(long, long) - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- writeUnsignedInt(long) - Method in interface net.kuujo.catalyst.buffer.Buffer
-
Writes a 32-bit signed integer to the buffer at the current position.
- writeUnsignedInt(long, long) - Method in interface net.kuujo.catalyst.buffer.Buffer
-
Writes a 32-bit signed integer to the buffer at the given offset.
- writeUnsignedInt(long) - Method in interface net.kuujo.catalyst.buffer.BufferOutput
-
Writes a 32-bit unsigned integer to the buffer.
- writeUnsignedInt(long, long) - Method in interface net.kuujo.catalyst.buffer.BytesOutput
-
Writes a 32-bit unsigned integer to the buffer at the given offset.
- writeUnsignedInt(long, long) - Method in class net.kuujo.catalyst.buffer.FileBytes
-
- writeUnsignedInt(long, long) - Method in class net.kuujo.catalyst.buffer.HeapBytes
-
- writeUnsignedInt(long, long) - Method in class net.kuujo.catalyst.buffer.NativeBytes
-
- writeUnsignedInt(long) - Method in class net.kuujo.catalyst.buffer.OutputStreamBufferOutput
-
- writeUnsignedInt(long) - Method in class net.kuujo.catalyst.buffer.ReadOnlyBuffer
-
- writeUnsignedInt(long, long) - Method in class net.kuujo.catalyst.buffer.ReadOnlyBuffer
-
- writeUnsignedInt(long, long) - Method in class net.kuujo.catalyst.buffer.SwappedBytes
-
- writeUnsignedInt(long, long) - Method in class net.kuujo.catalyst.buffer.WrappedBytes
-
- writeUnsignedMedium(int) - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- writeUnsignedMedium(long, int) - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- writeUnsignedMedium(int) - Method in interface net.kuujo.catalyst.buffer.BufferOutput
-
Writes a 24-bit unsigned integer to the buffer.
- writeUnsignedMedium(long, int) - Method in interface net.kuujo.catalyst.buffer.BytesOutput
-
Writes a 24-bit unsigned integer to the buffer at the given offset.
- writeUnsignedMedium(long, int) - Method in class net.kuujo.catalyst.buffer.FileBytes
-
- writeUnsignedMedium(long, int) - Method in class net.kuujo.catalyst.buffer.HeapBytes
-
- writeUnsignedMedium(long, int) - Method in class net.kuujo.catalyst.buffer.NativeBytes
-
- writeUnsignedMedium(int) - Method in class net.kuujo.catalyst.buffer.OutputStreamBufferOutput
-
- writeUnsignedMedium(int) - Method in class net.kuujo.catalyst.buffer.ReadOnlyBuffer
-
- writeUnsignedMedium(long, int) - Method in class net.kuujo.catalyst.buffer.ReadOnlyBuffer
-
- writeUnsignedMedium(long, int) - Method in class net.kuujo.catalyst.buffer.SwappedBytes
-
- writeUnsignedMedium(long, int) - Method in class net.kuujo.catalyst.buffer.WrappedBytes
-
- writeUnsignedShort(int) - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- writeUnsignedShort(long, int) - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- writeUnsignedShort(int) - Method in interface net.kuujo.catalyst.buffer.Buffer
-
Writes a 16-bit signed integer to the buffer at the current position.
- writeUnsignedShort(long, int) - Method in interface net.kuujo.catalyst.buffer.Buffer
-
Writes a 16-bit signed integer to the buffer at the given offset.
- writeUnsignedShort(int) - Method in interface net.kuujo.catalyst.buffer.BufferOutput
-
Writes a 16-bit unsigned integer to the buffer.
- writeUnsignedShort(long, int) - Method in interface net.kuujo.catalyst.buffer.BytesOutput
-
Writes a 16-bit unsigned integer to the buffer at the given offset.
- writeUnsignedShort(long, int) - Method in class net.kuujo.catalyst.buffer.FileBytes
-
- writeUnsignedShort(long, int) - Method in class net.kuujo.catalyst.buffer.HeapBytes
-
- writeUnsignedShort(long, int) - Method in class net.kuujo.catalyst.buffer.NativeBytes
-
- writeUnsignedShort(int) - Method in class net.kuujo.catalyst.buffer.OutputStreamBufferOutput
-
- writeUnsignedShort(int) - Method in class net.kuujo.catalyst.buffer.ReadOnlyBuffer
-
- writeUnsignedShort(long, int) - Method in class net.kuujo.catalyst.buffer.ReadOnlyBuffer
-
- writeUnsignedShort(long, int) - Method in class net.kuujo.catalyst.buffer.SwappedBytes
-
- writeUnsignedShort(long, int) - Method in class net.kuujo.catalyst.buffer.WrappedBytes
-
- writeUTF(String) - Method in class net.kuujo.catalyst.buffer.BufferDataOutput
-
- writeUTF8(String) - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- writeUTF8(long, String) - Method in class net.kuujo.catalyst.buffer.AbstractBuffer
-
- writeUTF8(String) - Method in interface net.kuujo.catalyst.buffer.Buffer
-
Writes a UTF-8 string to the buffer at the current position.
- writeUTF8(long, String) - Method in interface net.kuujo.catalyst.buffer.Buffer
-
Writes a UTF-8 string to the buffer at the given offset.
- writeUTF8(String) - Method in interface net.kuujo.catalyst.buffer.BufferOutput
-
Writes a UTF-8 string to the buffer.
- writeUTF8(long, String) - Method in interface net.kuujo.catalyst.buffer.BytesOutput
-
Writes a UTF-8 string to the buffer at the given offset.
- writeUTF8(long, String) - Method in class net.kuujo.catalyst.buffer.FileBytes
-
- writeUTF8(long, String) - Method in class net.kuujo.catalyst.buffer.HeapBytes
-
- writeUTF8(long, String) - Method in class net.kuujo.catalyst.buffer.NativeBytes
-
- writeUTF8(String) - Method in class net.kuujo.catalyst.buffer.OutputStreamBufferOutput
-
- writeUTF8(String) - Method in class net.kuujo.catalyst.buffer.ReadOnlyBuffer
-
- writeUTF8(long, String) - Method in class net.kuujo.catalyst.buffer.WrappedBytes
-