java.lang.Object
mslinks.data.BitSet32
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CNRLinkFlags
,ConsoleFlags
,FileAttributesFlags
,LinkFlags
,LinkInfoFlags
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
clear
(int i) protected boolean
get
(int i) void
serialize
(ByteWriter bw) protected void
set
(int i)
-
Field Details
-
d
private int d
-
-
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:
serialize
in interfaceSerializable
- Throws:
IOException
-