Package org.apache.poi.hpsf
Class VariantBool
- java.lang.Object
-
- org.apache.poi.hpsf.VariantBool
-
@Internal public class VariantBool extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description VariantBool()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getValue()
void
read(LittleEndianByteArrayInputStream lei)
void
setValue(boolean value)
-
-
-
Method Detail
-
read
public void read(LittleEndianByteArrayInputStream lei)
-
getValue
public boolean getValue()
-
setValue
public void setValue(boolean value)
-
-