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 boolean readBoolean() throws IOException
IOException
public void writeBoolean(boolean value) throws IOException
IOException
public void marshal(DataOutput dataOut) throws IOException
IOException
public void marshal(ByteBuffer dataOut)
public void unmarshal(DataInput dataIn) throws IOException
IOException
public void clear()
public int marshalledSize()
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.