Package org.apache.activemq.openwire
Class BooleanStream
java.lang.Object
org.apache.activemq.openwire.BooleanStream
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
void
marshal
(DataOutput dataOut) void
marshal
(ByteBuffer dataOut) int
boolean
void
void
writeBoolean
(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()
-