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