Package org.apache.activemq.openwire
Class BooleanStream
java.lang.Object
org.apache.activemq.openwire.BooleanStream
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()voidmarshal(DataOutput dataOut) voidmarshal(ByteBuffer dataOut) intbooleanvoidvoidwriteBoolean(boolean value)
-
Constructor Details
-
BooleanStream
public BooleanStream()
-
-
Method Details
-
readBoolean
- Throws:
IOException
-
writeBoolean
- Throws:
IOException
-
marshal
- Throws:
IOException
-
marshal
-
unmarshal
- Throws:
IOException
-
clear
public void clear() -
marshalledSize
public int marshalledSize()
-