public final class BooleanStream extends Object
| Constructor and Description |
|---|
BooleanStream() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
marshal(ByteBuffer dataOut) |
void |
marshal(DataOutput dataOut) |
int |
marshalledSize() |
boolean |
readBoolean() |
void |
unmarshal(DataInput dataIn) |
void |
writeBoolean(boolean value) |
public BooleanStream()
public boolean readBoolean() throws IOException
IOExceptionpublic void writeBoolean(boolean value) throws IOException
IOExceptionpublic void marshal(DataOutput dataOut) throws IOException
IOExceptionpublic void marshal(ByteBuffer dataOut)
public void unmarshal(DataInput dataIn) throws IOException
IOExceptionpublic void clear()
public int marshalledSize()
Copyright © 2005–2015 FuseSource, Corp.. All rights reserved.