Uses of Class
com.swiftmq.impl.streams.comp.message.StreamBody
-
Uses of StreamBody in com.swiftmq.impl.streams.comp.message
Modifier and TypeMethodDescriptionStreamMessage.body()
Returns the body.StreamBody.reset()
Resets the stream body to the beginning.StreamBody.writeBoolean
(boolean b) Write a boolean.StreamBody.writeByte
(byte b) Write a byte.StreamBody.writeBytes
(byte[] b) Write a byte array.StreamBody.writeBytes
(byte[] b, int off, int len) Write a byte array with offset and length.StreamBody.writeChar
(char b) Write a char.StreamBody.writeDouble
(double b) Write a double.StreamBody.writeFloat
(float b) Write a float.StreamBody.writeInt
(int b) Write a int.StreamBody.writeLong
(long b) Write a long.StreamBody.writeObject
(Object b) Write a Object.StreamBody.writeShort
(short b) Write a short.StreamBody.writeString
(String b) Write a String.