Uses of Class
org.wildfly.clustering.marshalling.protostream.SimpleDataInput.Builder
Packages that use SimpleDataInput.Builder
-
Uses of SimpleDataInput.Builder in org.wildfly.clustering.marshalling.protostream
Subclasses of SimpleDataInput.Builder in org.wildfly.clustering.marshalling.protostreamModifier and TypeClassDescriptionstatic classBuilder of a simple object input.Methods in org.wildfly.clustering.marshalling.protostream that return SimpleDataInput.BuilderModifier and TypeMethodDescriptionSimpleDataInput.Builder.with(boolean... values) Specifies the values to be returned via consecutive calls toDataInput.readBoolean().SimpleDataInput.Builder.with(byte... values) Specifies the values to be returned via consecutive calls toDataInput.readByte()orDataInput.readUnsignedByte().SimpleDataInput.Builder.with(char... values) Specifies the values to be returned via consecutive calls toDataInput.readChar().SimpleDataInput.Builder.with(double... values) Specifies the values to be returned via consecutive calls toDataInput.readDouble().SimpleDataInput.Builder.with(float... values) Specifies the values to be returned via consecutive calls toDataInput.readFloat().SimpleDataInput.Builder.with(int... values) Specifies the values to be returned via consecutive calls toDataInput.readInt().SimpleDataInput.Builder.with(long... values) Specifies the values to be returned via consecutive calls toDataInput.readLong().SimpleDataInput.Builder.with(short... values) Specifies the values to be returned via consecutive calls toDataInput.readShort().Specifies the values to be returned via consecutive calls toDataInput.readUTF().SimpleDataInput.Builder.with(ByteBuffer... values) Specifies the values to be returned via consecutive calls toDataInput.readFully(byte[]).