Uses of Class
com.github.gbenroscience.util.io.ByteArrayBuilder
Packages that use ByteArrayBuilder
-
Uses of ByteArrayBuilder in com.github.gbenroscience.util.io
Methods in com.github.gbenroscience.util.io that return ByteArrayBuilderModifier and TypeMethodDescriptionByteArrayBuilder.append(boolean[] data) Appends a boolean array to this builder.ByteArrayBuilder.append(byte data) ByteArrayBuilder.append(byte[] data) ByteArrayBuilder.append(byte[] data, boolean last) ByteArrayBuilder.append(byte[] data, int fromIndex, int toIndex) ByteArrayBuilder.append(byte[] data, int fromIndex, int toIndex, boolean last) Appends bytes fromfromIndextotoIndex**inclusive** (original API behaviour).ByteArrayBuilder.append(char[] data) Appends a char array to this builder (respects current endianness).ByteArrayBuilder.append(double number) ByteArrayBuilder.append(double[] data) ByteArrayBuilder.append(float[] data) Appends a float array to this builder (respects current endianness).ByteArrayBuilder.append(int number) ByteArrayBuilder.append(int[] data) Appends an int array to this builder (respects current endianness).ByteArrayBuilder.append(long number) ByteArrayBuilder.append(long[] data) Appends a long array to this builder (respects current endianness).ByteArrayBuilder.append(short number) ByteArrayBuilder.append(short[] data) Appends a short array to this builder (respects current endianness).ByteArrayBuilder.append(ByteBuffer buf) ByteArrayBuilder.appendItems(byte[] data, int offset, int numOfItems) ByteArrayBuilder.appendItems(byte[] data, int offset, int numOfItems, boolean last) ByteArrayBuilder.clone()ByteArrayBuilder.insert(int index, byte[] data) ByteArrayBuilder.prepend(byte[] data) ByteArrayBuilder.remove(int start, int numberOfItems) ByteArrayBuilder.set(int startIndex, byte[] data)