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 void
clear()
void
marshal(DataOutput dataOut)
void
marshal(ByteBuffer dataOut)
int
marshalledSize()
boolean
readBoolean()
void
unmarshal(DataInput dataIn)
void
writeBoolean(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()
-
-