Uses of Class
org.wildfly.clustering.marshalling.protostream.SimpleDataOutput.Builder
Packages that use SimpleDataOutput.Builder
-
Uses of SimpleDataOutput.Builder in org.wildfly.clustering.marshalling.protostream
Subclasses of SimpleDataOutput.Builder in org.wildfly.clustering.marshalling.protostreamModifier and TypeClassDescriptionstatic classBuilder of a simple object output.Methods in org.wildfly.clustering.marshalling.protostream that return SimpleDataOutput.BuilderModifier and TypeMethodDescriptionSimpleDataOutput.Builder.with(boolean[] values) Specifies the values to be consumed by consecutive calls toDataOutput.writeBoolean(boolean).SimpleDataOutput.Builder.with(byte[] values) Specifies the values to be consumed by consecutive calls toDataOutput.write(byte[]).SimpleDataOutput.Builder.with(char[] values) Specifies the values to be consumed by consecutive calls toDataOutput.writeChar(int).SimpleDataOutput.Builder.with(double[] values) Specifies the values to be consumed by consecutive calls toDataOutput.writeDouble(double).SimpleDataOutput.Builder.with(float[] values) Specifies the values to be consumed by consecutive calls toDataOutput.writeFloat(float).SimpleDataOutput.Builder.with(int[] values) Specifies the values to be consumed by consecutive calls toDataOutput.writeInt(int).SimpleDataOutput.Builder.with(long[] values) Specifies the values to be consumed by consecutive calls toDataOutput.writeLong(long).SimpleDataOutput.Builder.with(short[] values) Specifies the values to be consumed by consecutive calls toDataOutput.writeShort(int).Specifies the values to be consumed by consecutive calls toDataOutput.writeUTF(String).SimpleDataOutput.Builder.with(ByteBuffer[] values) Specifies the values to be consumed by consecutive calls toDataOutput.write(byte[], int, int).