Package org.apache.activemq.openwire
Class BooleanStream
- java.lang.Object
-
- org.apache.activemq.openwire.BooleanStream
-
public final class BooleanStream extends Object
-
-
Constructor Summary
Constructors Constructor Description BooleanStream()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()voidmarshal(DataOutput dataOut)voidmarshal(ByteBuffer dataOut)intmarshalledSize()booleanreadBoolean()voidunmarshal(DataInput dataIn)voidwriteBoolean(boolean value)
-
-
-
Method Detail
-
readBoolean
public boolean readBoolean() throws IOException- Throws:
IOException
-
writeBoolean
public void writeBoolean(boolean value) throws IOException- Throws:
IOException
-
marshal
public void marshal(DataOutput dataOut) throws IOException
- Throws:
IOException
-
marshal
public void marshal(ByteBuffer dataOut)
-
unmarshal
public void unmarshal(DataInput dataIn) throws IOException
- Throws:
IOException
-
clear
public void clear()
-
marshalledSize
public int marshalledSize()
-
-