public final class BooleanStream extends java.lang.Object
| Constructor and Description |
|---|
BooleanStream() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
marshal(java.nio.ByteBuffer dataOut) |
void |
marshal(java.io.DataOutput dataOut) |
int |
marshalledSize() |
boolean |
readBoolean() |
void |
unmarshal(java.io.DataInput dataIn) |
void |
writeBoolean(boolean value) |
public BooleanStream()
public boolean readBoolean() throws java.io.IOException
java.io.IOExceptionpublic void writeBoolean(boolean value) throws java.io.IOException
java.io.IOExceptionpublic void marshal(java.io.DataOutput dataOut) throws java.io.IOException
java.io.IOExceptionpublic void marshal(java.nio.ByteBuffer dataOut)
public void unmarshal(java.io.DataInput dataIn) throws java.io.IOException
java.io.IOExceptionpublic void clear()
public int marshalledSize()
Copyright © 2005-2012. All Rights Reserved.