public final class ByteFlag
extends scala.AnyVal
| Constructor and Description | 
|---|
| ByteFlag(int value) | 
| Modifier and Type | Method and Description | 
|---|---|
| static java.lang.String | binaryLeftPad(byte byte_) | 
| ByteFlag | ifSet(boolean flag) | 
| boolean | isSet(ByteFlag byteFlag) | 
| java.lang.String | toString() | 
| int | value() | 
| static ByteFlag | Zero() | 
public static ByteFlag Zero()
public static java.lang.String binaryLeftPad(byte byte_)
public int value()
public boolean isSet(ByteFlag byteFlag)
public ByteFlag ifSet(boolean flag)
public java.lang.String toString()
toString in class java.lang.Object