public class BitSet32 extends 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 IOException
IOExceptionprotected boolean get(int i)
protected void set(int i)
protected void clear(int i)
public void serialize(ByteWriter bw) throws IOException
serialize in interface SerializableIOExceptionCopyright © 2016–2018 Frederik Kammel. All rights reserved.