org.apache.activemq.openwire
Class BooleanStream
java.lang.Object
org.apache.activemq.openwire.BooleanStream
public final class BooleanStream
- extends java.lang.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 java.io.IOException
- Throws:
java.io.IOException
writeBoolean
public void writeBoolean(boolean value)
throws java.io.IOException
- Throws:
java.io.IOException
marshal
public void marshal(java.io.DataOutput dataOut)
throws java.io.IOException
- Throws:
java.io.IOException
marshal
public void marshal(java.nio.ByteBuffer dataOut)
unmarshal
public void unmarshal(java.io.DataInput dataIn)
throws java.io.IOException
- Throws:
java.io.IOException
clear
public void clear()
marshalledSize
public int marshalledSize()
Copyright © 2005-2012. All Rights Reserved.