- 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 int
d
-
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 void
clear(int i)
protected boolean
get(int i)
void
serialize(ByteWriter bw)
protected void
set(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:
serialize
in interfaceSerializable
- Throws:
java.io.IOException
-
-