- getAcquiredCount() - Method in class io.appulse.utils.BytesPool
-
Returns the acquired buffers count.
- getByte(int) - Method in interface io.appulse.utils.Bytes
-
Gets a byte at the specified absolute index in this buffer.
- getByte(int) - Method in class io.appulse.utils.BytesByteBuf
-
- getByte(int) - Method in class io.appulse.utils.BytesPool.PooledBytes
-
- getBytes(int) - Method in interface io.appulse.utils.Bytes
-
Returns a byte array from the specified absolute index
in this buffer till the end of it.
- getBytes(int, int) - Method in interface io.appulse.utils.Bytes
-
Returns a byte array from the specified absolute index
in this buffer till the index+length index.
- getBytes(int, int) - Method in class io.appulse.utils.BytesByteBuf
-
- getBytes(int, int) - Method in class io.appulse.utils.BytesPool.PooledBytes
-
- getBytesContent(URL) - Static method in class io.appulse.utils.ResourceUtils
-
Returns bytes content of a resource file by its URL.
- getChar(int) - Method in interface io.appulse.utils.Bytes
-
Gets a 2-byte UTF-16 character at the specified absolute
index in this buffer.
- getChar(int) - Method in class io.appulse.utils.BytesByteBuf
-
- getChar(int) - Method in class io.appulse.utils.BytesPool.PooledBytes
-
- getDouble(int) - Method in interface io.appulse.utils.Bytes
-
Gets a 64-bit floating point number at the specified absolute
index in this buffer.
- getDouble(int) - Method in class io.appulse.utils.BytesByteBuf
-
- getDouble(int) - Method in class io.appulse.utils.BytesPool.PooledBytes
-
- getFieldValueFrom(Object, String) - Static method in class io.appulse.utils.ReflectionUtils
-
Extracts field value from object by its name.
- getFloat(int) - Method in interface io.appulse.utils.Bytes
-
Gets a 32-bit floating point number at the specified absolute
index in this buffer.
- getFloat(int) - Method in class io.appulse.utils.BytesByteBuf
-
- getFloat(int) - Method in class io.appulse.utils.BytesPool.PooledBytes
-
- getFreeCount() - Method in class io.appulse.utils.BytesPool
-
Returns the free buffers count.
- getInt(int) - Method in interface io.appulse.utils.Bytes
-
Gets a 32-bit integer at the specified absolute index in
this buffer.
- getInt(int) - Method in class io.appulse.utils.BytesByteBuf
-
- getInt(int) - Method in class io.appulse.utils.BytesPool.PooledBytes
-
- getLong(int) - Method in interface io.appulse.utils.Bytes
-
Gets a 64-bit long integer at the specified absolute index in
this buffer.
- getLong(int) - Method in class io.appulse.utils.BytesByteBuf
-
- getLong(int) - Method in class io.appulse.utils.BytesPool.PooledBytes
-
- getMessage() - Method in exception io.appulse.utils.exception.CantReadFromArrayException
-
- getMessage() - Method in exception io.appulse.utils.exception.CantWriteToArrayException
-
- getNext() - Method in class io.appulse.utils.RoundRobin
-
- getResource(String) - Static method in class io.appulse.utils.ResourceUtils
-
Deprecated.
- getResource(String, Charset) - Static method in class io.appulse.utils.ResourceUtils
-
Deprecated.
- getResourceUrls(String, String) - Static method in class io.appulse.utils.ResourceUtils
-
Searches resource files in specific folder and by glob-pattern.
- getResourceUrls(String, Pattern) - Static method in class io.appulse.utils.ResourceUtils
-
Searches resource files in specific folder and by pattern.
- getShort(int) - Method in interface io.appulse.utils.Bytes
-
Gets a 16-bit short integer at the specified absolute index in
this buffer.
- getShort(int) - Method in class io.appulse.utils.BytesByteBuf
-
- getShort(int) - Method in class io.appulse.utils.BytesPool.PooledBytes
-
- getString(int) - Method in interface io.appulse.utils.Bytes
-
Returns a string from the specified absolute index
in this buffer till the end of it.
- getString(int, Charset) - Method in interface io.appulse.utils.Bytes
-
Returns a string from the specified absolute index
in this buffer till the end of it.
- getString(int, int) - Method in interface io.appulse.utils.Bytes
-
Returns a string from the specified absolute index
in this buffer till the index+length index.
- getString(int, int, Charset) - Method in interface io.appulse.utils.Bytes
-
Returns a string from the specified absolute index
in this buffer till the index+length index.
- getString(int, int, Charset) - Method in class io.appulse.utils.BytesByteBuf
-
- getString(int, int, Charset) - Method in class io.appulse.utils.BytesPool.PooledBytes
-
- getTextContent(URL, Charset) - Static method in class io.appulse.utils.ResourceUtils
-
Returns text content of a resource file by its URL.
- getTextContent(String) - Static method in class io.appulse.utils.ResourceUtils
-
Returns a concrete resource content by its name.
- getTextContent(String, Charset) - Static method in class io.appulse.utils.ResourceUtils
-
Returns a concrete resource content by its name.
- getTextContent(URL) - Static method in class io.appulse.utils.ResourceUtils
-
Returns text content of a resource file by its URL.
- getTotalCount() - Method in class io.appulse.utils.BytesPool
-
Returns the total buffers count.
- getUnsignedByte(int) - Method in interface io.appulse.utils.Bytes
-
Gets an unsigned byte at the specified absolute index in this
buffer.
- getUnsignedInt(int) - Method in interface io.appulse.utils.Bytes
-
Gets an unsigned 32-bit integer at the specified absolute index
in this buffer.
- getUnsignedLong(int) - Method in interface io.appulse.utils.Bytes
-
Gets a unsigned 64-bit long integer at the specified absolute index in
this buffer.
- getUnsignedShort(int) - Method in interface io.appulse.utils.Bytes
-
Gets an unsigned 16-bit short integer at the specified absolute
index in this buffer.
- read(InputStream) - Static method in class io.appulse.utils.ReadBytesUtils
-
Reads all bytes from the stream till the end of the stream.
- read(InputStream, int) - Static method in class io.appulse.utils.ReadBytesUtils
-
Reads all bytes from the stream till the end of the stream or
requested length reached.
- read(InputStream, byte[]) - Static method in class io.appulse.utils.ReadBytesUtils
-
Reads all bytes from the stream to the specified buffer.
- read(InputStream, Bytes) - Static method in class io.appulse.utils.ReadBytesUtils
-
Reads all bytes from the stream to the specified buffer.
- read(InputStream, ByteBuffer) - Static method in class io.appulse.utils.ReadBytesUtils
-
Reads all bytes from the stream to the specified buffer.
- read(InputStream, byte[], int) - Static method in class io.appulse.utils.ReadBytesUtils
-
Reads the bytes from the stream to the specified buffer.
- read(InputStream, Bytes, int) - Static method in class io.appulse.utils.ReadBytesUtils
-
Reads the bytes from the stream to the specified buffer.
- read(InputStream, ByteBuffer, int) - Static method in class io.appulse.utils.ReadBytesUtils
-
Reads the bytes from the stream to the specified buffer.
- read(InputStream, byte[], int, int) - Static method in class io.appulse.utils.ReadBytesUtils
-
Reads the bytes from the stream to the specified buffer.
- read(ReadableByteChannel, byte[]) - Static method in class io.appulse.utils.ReadBytesUtils
-
Reads all bytes from the channel to the specified buffer.
- read(ReadableByteChannel, byte[], int) - Static method in class io.appulse.utils.ReadBytesUtils
-
Reads all bytes from the channel to the specified buffer.
- read(ReadableByteChannel, byte[], int, int) - Static method in class io.appulse.utils.ReadBytesUtils
-
Reads the bytes from the stream to the specified buffer.
- read(ReadableByteChannel, ByteBuffer) - Static method in class io.appulse.utils.ReadBytesUtils
-
Reads all bytes from the channel to the specified buffer.
- read(ReadableByteChannel, ByteBuffer, int) - Static method in class io.appulse.utils.ReadBytesUtils
-
Reads all bytes from the channel to the specified buffer.
- read(ReadableByteChannel, Bytes) - Static method in class io.appulse.utils.ReadBytesUtils
-
Reads all bytes from the channel to the specified buffer.
- read(ReadableByteChannel, Bytes, int) - Static method in class io.appulse.utils.ReadBytesUtils
-
Reads all bytes from the channel to the specified buffer.
- read(File, byte[]) - Static method in class io.appulse.utils.ReadBytesUtils
-
Reads all bytes from the file to the specified buffer.
- read(Path, byte[]) - Static method in class io.appulse.utils.ReadBytesUtils
-
Reads all bytes from the file to the specified buffer.
- read(File, byte[], int) - Static method in class io.appulse.utils.ReadBytesUtils
-
Reads all bytes from the file to the specified buffer.
- read(Path, byte[], int) - Static method in class io.appulse.utils.ReadBytesUtils
-
Reads all bytes from the file to the specified buffer.
- read(File, byte[], int, int) - Static method in class io.appulse.utils.ReadBytesUtils
-
Reads the bytes from the file to the specified buffer.
- read(Path, byte[], int, int) - Static method in class io.appulse.utils.ReadBytesUtils
-
Reads the bytes from the file to the specified buffer.
- read(File, Bytes) - Static method in class io.appulse.utils.ReadBytesUtils
-
Reads the bytes from the file to the specified buffer.
- read(Path, Bytes) - Static method in class io.appulse.utils.ReadBytesUtils
-
Reads the bytes from the file to the specified buffer.
- read(File, Bytes, int) - Static method in class io.appulse.utils.ReadBytesUtils
-
Reads the bytes from the file to the specified buffer.
- read(Path, Bytes, int) - Static method in class io.appulse.utils.ReadBytesUtils
-
Reads the bytes from the file to the specified buffer.
- read(File, ByteBuffer) - Static method in class io.appulse.utils.ReadBytesUtils
-
Reads the bytes from the file to the specified buffer.
- read(Path, ByteBuffer) - Static method in class io.appulse.utils.ReadBytesUtils
-
Reads the bytes from the file to the specified buffer.
- read(File, ByteBuffer, int) - Static method in class io.appulse.utils.ReadBytesUtils
-
Reads the bytes from the file to the specified buffer.
- read(Path, ByteBuffer, int) - Static method in class io.appulse.utils.ReadBytesUtils
-
Reads the bytes from the file to the specified buffer.
- read(Socket) - Static method in class io.appulse.utils.SocketUtils
-
- read(Socket, int) - Static method in class io.appulse.utils.SocketUtils
-
- readableBytes() - Method in interface io.appulse.utils.Bytes
-
Returns the number of readable bytes which is equal to
(this.writerIndex - this.readerIndex).
- readByte() - Method in interface io.appulse.utils.Bytes
-
Gets a byte at the current readerIndex and increases
the readerIndex by 1 in this buffer.
- readByte() - Method in class io.appulse.utils.BytesByteBuf
-
- readByte() - Method in class io.appulse.utils.BytesPool.PooledBytes
-
- readBytes() - Method in interface io.appulse.utils.Bytes
-
Reads this buffer's data to a newly created byte array starting at
the current readerIndex and increases the readerIndex
by the number of the readed bytes (= dst.length).
- readBytes(int) - Method in interface io.appulse.utils.Bytes
-
Reads this buffer's data to a newly created byte array starting at
the current readerIndex and increases the readerIndex
by the number of the transferred bytes (= length).
- readBytes(byte[]) - Method in interface io.appulse.utils.Bytes
-
Reads this buffer's data to the specified destination starting at
the current readerIndex and increases the readerIndex
by the number of the readed bytes (= destination.length).
- readBytes(byte[], int, int) - Method in interface io.appulse.utils.Bytes
-
Reads this buffer's data to the specified destination starting at
the current readerIndex and increases the readerIndex
by the number of the readed bytes (= length).
- readBytes(byte[], int, int) - Method in class io.appulse.utils.BytesByteBuf
-
- readBytes(byte[], int, int) - Method in class io.appulse.utils.BytesPool.PooledBytes
-
- readBytes(Socket) - Static method in class io.appulse.utils.SocketUtils
-
- readBytes(Socket, int) - Static method in class io.appulse.utils.SocketUtils
-
- ReadBytesUtils - Class in io.appulse.utils
-
The helper methods for reading different streams/channels/files to buffers.
- readChar() - Method in interface io.appulse.utils.Bytes
-
Gets a char at the current readerIndex and increases
the readerIndex by 2 in this buffer.
- readChar() - Method in class io.appulse.utils.BytesByteBuf
-
- readChar() - Method in class io.appulse.utils.BytesPool.PooledBytes
-
- readCharacter(byte[], int) - Static method in class io.appulse.utils.BytesUtils
-
Safe read a value from a byte array.
- readDouble() - Method in interface io.appulse.utils.Bytes
-
Gets a double at the current readerIndex and increases
the readerIndex by 8 in this buffer.
- readDouble() - Method in class io.appulse.utils.BytesByteBuf
-
- readDouble() - Method in class io.appulse.utils.BytesPool.PooledBytes
-
- readDouble(byte[], int) - Static method in class io.appulse.utils.BytesUtils
-
Safe read a value from a byte array.
- readerIndex() - Method in interface io.appulse.utils.Bytes
-
Returns the readerIndex of this buffer.
- readerIndex(int) - Method in interface io.appulse.utils.Bytes
-
Sets the readerIndex of this buffer.
- readerIndex() - Method in class io.appulse.utils.BytesByteBuf
-
- readerIndex(int) - Method in class io.appulse.utils.BytesByteBuf
-
- readerIndex() - Method in class io.appulse.utils.BytesPool.PooledBytes
-
- readerIndex(int) - Method in class io.appulse.utils.BytesPool.PooledBytes
-
- readFloat() - Method in interface io.appulse.utils.Bytes
-
Gets a float at the current readerIndex and increases
the readerIndex by 4 in this buffer.
- readFloat() - Method in class io.appulse.utils.BytesByteBuf
-
- readFloat() - Method in class io.appulse.utils.BytesPool.PooledBytes
-
- readFloat(byte[], int) - Static method in class io.appulse.utils.BytesUtils
-
Safe read a value from a byte array.
- readInt() - Method in interface io.appulse.utils.Bytes
-
Gets a int at the current readerIndex and increases
the readerIndex by 4 in this buffer.
- readInt() - Method in class io.appulse.utils.BytesByteBuf
-
- readInt() - Method in class io.appulse.utils.BytesPool.PooledBytes
-
- readInteger(byte[], int) - Static method in class io.appulse.utils.BytesUtils
-
Safe read a value from a byte array.
- readLong() - Method in interface io.appulse.utils.Bytes
-
Gets a long at the current readerIndex and increases
the readerIndex by 8 in this buffer.
- readLong() - Method in class io.appulse.utils.BytesByteBuf
-
- readLong() - Method in class io.appulse.utils.BytesPool.PooledBytes
-
- readLong(byte[], int) - Static method in class io.appulse.utils.BytesUtils
-
Safe read a value from a byte array.
- readShort() - Method in interface io.appulse.utils.Bytes
-
Gets a short at the current readerIndex and increases
the readerIndex by 2 in this buffer.
- readShort() - Method in class io.appulse.utils.BytesByteBuf
-
- readShort() - Method in class io.appulse.utils.BytesPool.PooledBytes
-
- readShort(byte[], int) - Static method in class io.appulse.utils.BytesUtils
-
Safe read a value from a byte array.
- readString() - Method in interface io.appulse.utils.Bytes
-
Reads this buffer's data to a string starting at the current
readerIndex and increases the readerIndex
by the number of the readed bytes (= dst.length).
- readString(Charset) - Method in interface io.appulse.utils.Bytes
-
Reads this buffer's data to a string starting at the current
readerIndex and increases the readerIndex
by the number of the readed bytes (= dst.length).
- readString(int) - Method in interface io.appulse.utils.Bytes
-
Reads this buffer's data to a string starting at the current
readerIndex and increases the readerIndex
by the number of the transferred bytes (= length).
- readString(int, Charset) - Method in interface io.appulse.utils.Bytes
-
Reads this buffer's data to a string starting at the current
readerIndex and increases the readerIndex
by the number of the transferred bytes (= length).
- readUnsignedByte() - Method in interface io.appulse.utils.Bytes
-
Gets an unsigned byte at the current readerIndex and
increases the readerIndex by 1 in this buffer.
- readUnsignedByte(byte[], int) - Static method in class io.appulse.utils.BytesUtils
-
Safe read a value from a byte array.
- readUnsignedInt() - Method in interface io.appulse.utils.Bytes
-
Gets an unsigned int at the current readerIndex and
increases the readerIndex by 4 in this buffer.
- readUnsignedInteger(byte[], int) - Static method in class io.appulse.utils.BytesUtils
-
Safe read a value from a byte array.
- readUnsignedLong() - Method in interface io.appulse.utils.Bytes
-
Gets an unsigned long at the current readerIndex and
increases the readerIndex by 8 in this buffer.
- readUnsignedShort() - Method in interface io.appulse.utils.Bytes
-
Gets an unsigned short at the current readerIndex and
increases the readerIndex by 2 in this buffer.
- readUnsignedShort(byte[], int) - Static method in class io.appulse.utils.BytesUtils
-
Safe read a value from a byte array.
- ReflectionUtils - Class in io.appulse.utils
-
Different reflection helpers.
- release() - Method in class io.appulse.utils.BytesPool.PooledBytes
-
Releases the this Bytes instance in its pool back.
- release(BytesPool.PooledBytes) - Method in class io.appulse.utils.BytesPool
-
Release the acquired bytes buffer.
- removeEldestEntry(Map.Entry<K, V>) - Method in class io.appulse.utils.cache.FifoCache
-
- removeEldestEntry(Map.Entry<K, V>) - Method in class io.appulse.utils.cache.LruCache
-
- removeOnCancelPolicy() - Method in class io.appulse.utils.threads.executor.builder.ScheduledExecutorServiceBuilder
-
- removeOnCancelPolicy(boolean) - Method in class io.appulse.utils.threads.executor.builder.ScheduledExecutorServiceBuilder
-
- reset() - Method in interface io.appulse.utils.Bytes
-
Sets the readerIndex and writerIndex of this buffer to
0.
- resizableArray() - Static method in interface io.appulse.utils.Bytes
-
Creates a new
Bytes instance with a resizable content.
- resizableArray(int) - Static method in interface io.appulse.utils.Bytes
-
Creates a new
Bytes instance with a resizable content.
- ResourceUtils - Class in io.appulse.utils
-
- RoundRobin<T> - Class in io.appulse.utils
-
Round robin collection wrapper.
- RoundRobin(T...) - Constructor for class io.appulse.utils.RoundRobin
-
- RoundRobin(Collection<T>) - Constructor for class io.appulse.utils.RoundRobin
-
- ScheduledExecutorServiceBuilder - Class in io.appulse.utils.threads.executor.builder
-
- ScheduledExecutorServiceBuilder() - Constructor for class io.appulse.utils.threads.executor.builder.ScheduledExecutorServiceBuilder
-
- ScheduledExecutorServiceWithClientTrace - Class in io.appulse.utils.threads.executor
-
- ScheduledExecutorServiceWithClientTrace(ScheduledExecutorService) - Constructor for class io.appulse.utils.threads.executor.ScheduledExecutorServiceWithClientTrace
-
- SerializationException - Exception in io.appulse.utils.exception
-
Exception thrown when the Serialization process fails.
- SerializationException() - Constructor for exception io.appulse.utils.exception.SerializationException
-
- SerializationException(String) - Constructor for exception io.appulse.utils.exception.SerializationException
-
- SerializationException(String, Throwable) - Constructor for exception io.appulse.utils.exception.SerializationException
-
- SerializationException(Throwable) - Constructor for exception io.appulse.utils.exception.SerializationException
-
- SerializationException(String, Throwable, boolean, boolean) - Constructor for exception io.appulse.utils.exception.SerializationException
-
- SerializationUtils - Class in io.appulse.utils
-
Different serialization helpers.
- serialize(Serializable, OutputStream) - Static method in class io.appulse.utils.SerializationUtils
-
Serializes an Object to the specified stream.
- serialize(Serializable) - Static method in class io.appulse.utils.SerializationUtils
-
Serializes an Object to a byte array for storage/serialization.
- set1B(int, byte) - Method in interface io.appulse.utils.Bytes
-
Sets the specified byte at the specified absolute index in this
buffer.
- set1B(int, short) - Method in interface io.appulse.utils.Bytes
-
Sets the specified byte at the specified absolute index in this
buffer.
- set1B(int, int) - Method in interface io.appulse.utils.Bytes
-
Sets the specified byte at the specified absolute index in this
buffer.
- set1B(int, long) - Method in interface io.appulse.utils.Bytes
-
Sets the specified byte at the specified absolute index in this
buffer.
- set1B(int, float) - Method in interface io.appulse.utils.Bytes
-
Sets the specified byte at the specified absolute index in this
buffer.
- set1B(int, double) - Method in interface io.appulse.utils.Bytes
-
Sets the specified byte at the specified absolute index in this
buffer.
- set1B(int, char) - Method in interface io.appulse.utils.Bytes
-
Sets the specified byte at the specified absolute index in this
buffer.
- set1B(int, byte) - Method in class io.appulse.utils.BytesByteBuf
-
- set1B(int, byte) - Method in class io.appulse.utils.BytesPool.PooledBytes
-
- set2B(int, byte) - Method in interface io.appulse.utils.Bytes
-
Sets the specified 2 byte value at the specified absolute
index in this buffer.
- set2B(int, short) - Method in interface io.appulse.utils.Bytes
-
Sets the specified 2 byte value at the specified absolute
index in this buffer.
- set2B(int, int) - Method in interface io.appulse.utils.Bytes
-
Sets the specified 2 byte value at the specified absolute
index in this buffer.
- set2B(int, long) - Method in interface io.appulse.utils.Bytes
-
Sets the specified 2 byte value at the specified absolute
index in this buffer.
- set2B(int, float) - Method in interface io.appulse.utils.Bytes
-
Sets the specified 2 byte value at the specified absolute
index in this buffer.
- set2B(int, double) - Method in interface io.appulse.utils.Bytes
-
Sets the specified 2 byte value at the specified absolute
index in this buffer.
- set2B(int, char) - Method in interface io.appulse.utils.Bytes
-
Sets the specified 2 byte value at the specified absolute
index in this buffer.
- set2B(int, short) - Method in class io.appulse.utils.BytesByteBuf
-
- set2B(int, short) - Method in class io.appulse.utils.BytesPool.PooledBytes
-
- set4B(int, byte) - Method in interface io.appulse.utils.Bytes
-
Sets the specified 4 byte value at the specified absolute
index in this buffer.
- set4B(int, short) - Method in interface io.appulse.utils.Bytes
-
Sets the specified 4 byte value at the specified absolute
index in this buffer.
- set4B(int, int) - Method in interface io.appulse.utils.Bytes
-
Sets the specified 4 byte value at the specified absolute
index in this buffer.
- set4B(int, long) - Method in interface io.appulse.utils.Bytes
-
Sets the specified 4 byte value at the specified absolute
index in this buffer.
- set4B(int, float) - Method in interface io.appulse.utils.Bytes
-
Sets the specified 4 byte value at the specified absolute
index in this buffer.
- set4B(int, double) - Method in interface io.appulse.utils.Bytes
-
Sets the specified 4 byte value at the specified absolute
index in this buffer.
- set4B(int, char) - Method in interface io.appulse.utils.Bytes
-
Sets the specified 4 byte value at the specified absolute
index in this buffer.
- set4B(int, int) - Method in class io.appulse.utils.BytesByteBuf
-
- set4B(int, int) - Method in class io.appulse.utils.BytesPool.PooledBytes
-
- set8B(int, byte) - Method in interface io.appulse.utils.Bytes
-
Sets the specified 8 byte value at the specified absolute
index in this buffer.
- set8B(int, short) - Method in interface io.appulse.utils.Bytes
-
Sets the specified 8 byte value at the specified absolute
index in this buffer.
- set8B(int, int) - Method in interface io.appulse.utils.Bytes
-
Sets the specified 8 byte value at the specified absolute
index in this buffer.
- set8B(int, long) - Method in interface io.appulse.utils.Bytes
-
Sets the specified 8 byte value at the specified absolute
index in this buffer.
- set8B(int, float) - Method in interface io.appulse.utils.Bytes
-
Sets the specified 8 byte value at the specified absolute
index in this buffer.
- set8B(int, double) - Method in interface io.appulse.utils.Bytes
-
Sets the specified 8 byte value at the specified absolute
index in this buffer.
- set8B(int, char) - Method in interface io.appulse.utils.Bytes
-
Sets the specified 8 byte value at the specified absolute
index in this buffer.
- set8B(int, long) - Method in class io.appulse.utils.BytesByteBuf
-
- set8B(int, long) - Method in class io.appulse.utils.BytesPool.PooledBytes
-
- setNB(int, byte[]) - Method in interface io.appulse.utils.Bytes
-
Sets the specified byte array at the specified absolute index
in this buffer.
- setNB(int, byte[], int) - Method in interface io.appulse.utils.Bytes
-
Sets the specified byte array at the specified absolute index
in this buffer.
- setNB(int, byte[], int, int) - Method in interface io.appulse.utils.Bytes
-
Sets the specified byte array at the specified absolute index
in this buffer.
- setNB(int, String) - Method in interface io.appulse.utils.Bytes
-
Sets the specified string at the specified absolute index
in this buffer.
- setNB(int, String, Charset) - Method in interface io.appulse.utils.Bytes
-
Sets the specified string at the specified absolute index
in this buffer.
- setNB(int, byte[], int, int) - Method in class io.appulse.utils.BytesByteBuf
-
- setNB(int, byte[], int, int) - Method in class io.appulse.utils.BytesPool.PooledBytes
-
- SizeUnit - Enum in io.appulse.utils
-
A SizeUnit represents digital information size at a given
unit of granularity and provides utility methods to convert across
the units.
- SocketUtils - Class in io.appulse.utils
-
- softException(Exception) - Static method in class io.appulse.utils.ExceptionUtils
-
Removes 'checkedness' of the setted exception.
- wrap(byte[]) - Static method in interface io.appulse.utils.Bytes
-
Wraps a byte array into a new
Bytes object.
- wrap(ByteBuffer) - Static method in interface io.appulse.utils.Bytes
-
- wrap(byte[]) - Static method in class io.appulse.utils.BytesByteBuf
-
- wrap(ByteBuffer) - Static method in class io.appulse.utils.BytesByteBuf
-
- wrap(ByteBuf) - Static method in class io.appulse.utils.BytesByteBuf
-
- writableBytes() - Method in interface io.appulse.utils.Bytes
-
Returns the number of writable bytes which is equal to
(this.capacity - this.writerIndex).
- write(OutputStream, byte[]) - Static method in class io.appulse.utils.WriteBytesUtils
-
- write(OutputStream, byte[], int) - Static method in class io.appulse.utils.WriteBytesUtils
-
- write(OutputStream, byte[], int, int) - Static method in class io.appulse.utils.WriteBytesUtils
-
- write(OutputStream, ByteBuffer) - Static method in class io.appulse.utils.WriteBytesUtils
-
- write(OutputStream, ByteBuffer, int) - Static method in class io.appulse.utils.WriteBytesUtils
-
- write(OutputStream, Bytes) - Static method in class io.appulse.utils.WriteBytesUtils
-
- write(OutputStream, Bytes, int) - Static method in class io.appulse.utils.WriteBytesUtils
-
- write(WritableByteChannel, byte[]) - Static method in class io.appulse.utils.WriteBytesUtils
-
- write(WritableByteChannel, byte[], int) - Static method in class io.appulse.utils.WriteBytesUtils
-
- write(WritableByteChannel, byte[], int, int) - Static method in class io.appulse.utils.WriteBytesUtils
-
- write(WritableByteChannel, ByteBuffer) - Static method in class io.appulse.utils.WriteBytesUtils
-
- write(WritableByteChannel, ByteBuffer, int) - Static method in class io.appulse.utils.WriteBytesUtils
-
- write(WritableByteChannel, Bytes) - Static method in class io.appulse.utils.WriteBytesUtils
-
- write(WritableByteChannel, Bytes, int) - Static method in class io.appulse.utils.WriteBytesUtils
-
- write(File, byte[]) - Static method in class io.appulse.utils.WriteBytesUtils
-
- write(File, byte[], int) - Static method in class io.appulse.utils.WriteBytesUtils
-
- write(File, byte[], int, int) - Static method in class io.appulse.utils.WriteBytesUtils
-
- write(File, ByteBuffer) - Static method in class io.appulse.utils.WriteBytesUtils
-
- write(File, ByteBuffer, int) - Static method in class io.appulse.utils.WriteBytesUtils
-
- write(File, Bytes) - Static method in class io.appulse.utils.WriteBytesUtils
-
- write(File, Bytes, int) - Static method in class io.appulse.utils.WriteBytesUtils
-
- write(Path, byte[]) - Static method in class io.appulse.utils.WriteBytesUtils
-
- write(Path, byte[], int) - Static method in class io.appulse.utils.WriteBytesUtils
-
- write(Path, byte[], int, int) - Static method in class io.appulse.utils.WriteBytesUtils
-
- write(Path, ByteBuffer) - Static method in class io.appulse.utils.WriteBytesUtils
-
- write(Path, ByteBuffer, int) - Static method in class io.appulse.utils.WriteBytesUtils
-
- write(Path, Bytes) - Static method in class io.appulse.utils.WriteBytesUtils
-
- write(Path, Bytes, int) - Static method in class io.appulse.utils.WriteBytesUtils
-
- write1B(byte) - Method in interface io.appulse.utils.Bytes
-
Sets the specified byte at the current writerIndex
and increases the writerIndex by 1 in this buffer.
- write1B(short) - Method in interface io.appulse.utils.Bytes
-
Sets the specified byte at the current writerIndex
and increases the writerIndex by 1 in this buffer.
- write1B(int) - Method in interface io.appulse.utils.Bytes
-
Sets the specified byte at the current writerIndex
and increases the writerIndex by 1 in this buffer.
- write1B(long) - Method in interface io.appulse.utils.Bytes
-
Sets the specified byte at the current writerIndex
and increases the writerIndex by 1 in this buffer.
- write1B(float) - Method in interface io.appulse.utils.Bytes
-
Sets the specified byte at the current writerIndex
and increases the writerIndex by 1 in this buffer.
- write1B(double) - Method in interface io.appulse.utils.Bytes
-
Sets the specified byte at the current writerIndex
and increases the writerIndex by 1 in this buffer.
- write1B(char) - Method in interface io.appulse.utils.Bytes
-
Sets the specified byte at the current writerIndex
and increases the writerIndex by 1 in this buffer.
- write1B(byte) - Method in class io.appulse.utils.BytesByteBuf
-
- write1B(byte) - Method in class io.appulse.utils.BytesPool.PooledBytes
-
- write2B(byte) - Method in interface io.appulse.utils.Bytes
-
Sets the specified short at the current writerIndex
and increases the writerIndex by 2 in this buffer.
- write2B(short) - Method in interface io.appulse.utils.Bytes
-
Sets the specified short at the current writerIndex
and increases the writerIndex by 2 in this buffer.
- write2B(int) - Method in interface io.appulse.utils.Bytes
-
Sets the specified short at the current writerIndex
and increases the writerIndex by 2 in this buffer.
- write2B(long) - Method in interface io.appulse.utils.Bytes
-
Sets the specified short at the current writerIndex
and increases the writerIndex by 2 in this buffer.
- write2B(float) - Method in interface io.appulse.utils.Bytes
-
Sets the specified short at the current writerIndex
and increases the writerIndex by 2 in this buffer.
- write2B(double) - Method in interface io.appulse.utils.Bytes
-
Sets the specified short at the current writerIndex
and increases the writerIndex by 2 in this buffer.
- write2B(char) - Method in interface io.appulse.utils.Bytes
-
Sets the specified short at the current writerIndex
and increases the writerIndex by 2 in this buffer.
- write2B(short) - Method in class io.appulse.utils.BytesByteBuf
-
- write2B(short) - Method in class io.appulse.utils.BytesPool.PooledBytes
-
- write4B(byte) - Method in interface io.appulse.utils.Bytes
-
Sets the specified int at the current writerIndex
and increases the writerIndex by 4 in this buffer.
- write4B(short) - Method in interface io.appulse.utils.Bytes
-
Sets the specified int at the current writerIndex
and increases the writerIndex by 4 in this buffer.
- write4B(int) - Method in interface io.appulse.utils.Bytes
-
Sets the specified int at the current writerIndex
and increases the writerIndex by 4 in this buffer.
- write4B(long) - Method in interface io.appulse.utils.Bytes
-
Sets the specified int at the current writerIndex
and increases the writerIndex by 4 in this buffer.
- write4B(float) - Method in interface io.appulse.utils.Bytes
-
Sets the specified int at the current writerIndex
and increases the writerIndex by 4 in this buffer.
- write4B(double) - Method in interface io.appulse.utils.Bytes
-
Sets the specified int at the current writerIndex
and increases the writerIndex by 4 in this buffer.
- write4B(char) - Method in interface io.appulse.utils.Bytes
-
Sets the specified int at the current writerIndex
and increases the writerIndex by 4 in this buffer.
- write4B(int) - Method in class io.appulse.utils.BytesByteBuf
-
- write4B(int) - Method in class io.appulse.utils.BytesPool.PooledBytes
-
- write8B(byte) - Method in interface io.appulse.utils.Bytes
-
Sets the specified long at the current writerIndex
and increases the writerIndex by 8 in this buffer.
- write8B(short) - Method in interface io.appulse.utils.Bytes
-
Sets the specified long at the current writerIndex
and increases the writerIndex by 8 in this buffer.
- write8B(int) - Method in interface io.appulse.utils.Bytes
-
Sets the specified long at the current writerIndex
and increases the writerIndex by 8 in this buffer.
- write8B(long) - Method in interface io.appulse.utils.Bytes
-
Sets the specified long at the current writerIndex
and increases the writerIndex by 8 in this buffer.
- write8B(float) - Method in interface io.appulse.utils.Bytes
-
Sets the specified long at the current writerIndex
and increases the writerIndex by 8 in this buffer.
- write8B(double) - Method in interface io.appulse.utils.Bytes
-
Sets the specified long at the current writerIndex
and increases the writerIndex by 8 in this buffer.
- write8B(char) - Method in interface io.appulse.utils.Bytes
-
Sets the specified long at the current writerIndex
and increases the writerIndex by 8 in this buffer.
- write8B(long) - Method in class io.appulse.utils.BytesByteBuf
-
- write8B(long) - Method in class io.appulse.utils.BytesPool.PooledBytes
-
- writeByte(int, byte[], int) - Static method in class io.appulse.utils.BytesUtils
-
Safe write to a byte array.
- writeBytes(byte[], byte[], int) - Static method in class io.appulse.utils.BytesUtils
-
Safe write to a byte array.
- WriteBytesUtils - Class in io.appulse.utils
-
The helper methods for writing the data to different streams/channels/files.
- writeCharacter(char, byte[], int) - Static method in class io.appulse.utils.BytesUtils
-
Safe write to a byte array.
- writeDouble(double, byte[], int) - Static method in class io.appulse.utils.BytesUtils
-
Safe write to a byte array.
- writeFloat(float, byte[], int) - Static method in class io.appulse.utils.BytesUtils
-
Safe write to a byte array.
- writeInteger(int, byte[], int) - Static method in class io.appulse.utils.BytesUtils
-
Safe write to a byte array.
- writeLong(long, byte[], int) - Static method in class io.appulse.utils.BytesUtils
-
Safe write to a byte array.
- writeNB(byte[]) - Method in interface io.appulse.utils.Bytes
-
Sets the specified byte array at the current writerIndex
and increases the writerIndex by bytes.length
in this buffer.
- writeNB(byte[], int) - Method in interface io.appulse.utils.Bytes
-
Sets the specified byte array at the current writerIndex
and increases the writerIndex by bytes.length-offset
in this buffer.
- writeNB(byte[], int, int) - Method in interface io.appulse.utils.Bytes
-
Sets the specified byte array at the current writerIndex
and increases the writerIndex by length
in this buffer.
- writeNB(String) - Method in interface io.appulse.utils.Bytes
-
Sets the specified string at the current writerIndex
and increases the writerIndex by string.length()
in this buffer.
- writeNB(String, Charset) - Method in interface io.appulse.utils.Bytes
-
Sets the specified string at the current writerIndex
and increases the writerIndex by string.length()
in this buffer.
- writeNB(byte[], int, int) - Method in class io.appulse.utils.BytesByteBuf
-
- writeNB(byte[], int, int) - Method in class io.appulse.utils.BytesPool.PooledBytes
-
- writerIndex() - Method in interface io.appulse.utils.Bytes
-
Returns the writerIndex of this buffer.
- writerIndex(int) - Method in interface io.appulse.utils.Bytes
-
Sets the writerIndex of this buffer.
- writerIndex() - Method in class io.appulse.utils.BytesByteBuf
-
- writerIndex(int) - Method in class io.appulse.utils.BytesByteBuf
-
- writerIndex() - Method in class io.appulse.utils.BytesPool.PooledBytes
-
- writerIndex(int) - Method in class io.appulse.utils.BytesPool.PooledBytes
-
- writeShort(int, byte[], int) - Static method in class io.appulse.utils.BytesUtils
-
Safe write to a byte array.