org.apache.activemq.openwire
Class BooleanStream
java.lang.Object
org.apache.activemq.openwire.BooleanStream
public final class BooleanStream
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BooleanStream
public BooleanStream()
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()
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.