java.lang.Object
mslinks.data.BitSet32
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CNRLinkFlags,ConsoleFlags,FileAttributesFlags,LinkFlags,LinkInfoFlags
public class BitSet32 extends Object implements Serializable
-
Constructor Summary
Constructors Constructor Description BitSet32(int n)BitSet32(ByteReader data) -
Method Summary
Modifier and Type Method Description protected voidclear(int i)protected booleanget(int i)voidserialize(ByteWriter bw)protected voidset(int i)
-
Constructor Details
-
BitSet32
public BitSet32(int n) -
BitSet32
- Throws:
IOException
-
-
Method Details
-
get
protected boolean get(int i) -
set
protected void set(int i) -
clear
protected void clear(int i) -
serialize
- Specified by:
serializein interfaceSerializable- Throws:
IOException
-