public class BitSet32 extends java.lang.Object implements Serializable
| Constructor and Description |
|---|
BitSet32(ByteReader data) |
BitSet32(int n) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
clear(int i) |
protected boolean |
get(int i) |
void |
serialize(ByteWriter bw) |
protected void |
set(int i) |
public BitSet32(int n)
public BitSet32(ByteReader data) throws java.io.IOException
java.io.IOExceptionprotected boolean get(int i)
protected void set(int i)
protected void clear(int i)
public void serialize(ByteWriter bw) throws java.io.IOException
serialize in interface Serializablejava.io.IOException