public final class PreambleFlags extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PreambleFlags.Builder
The Builder for the Flags byte
|
| Modifier and Type | Method and Description |
|---|---|
static byte |
setAllFlags(byte flagsByte,
boolean isSparseMode,
boolean isUnionMode,
boolean isEmpty,
boolean isEightBytePadding,
boolean isBigEndian,
boolean isReadOnly,
boolean isSharedPreambleMode)
Sets the flags of the flags byte
|
public static byte setAllFlags(byte flagsByte,
boolean isSparseMode,
boolean isUnionMode,
boolean isEmpty,
boolean isEightBytePadding,
boolean isBigEndian,
boolean isReadOnly,
boolean isSharedPreambleMode)
flagsByte - the given byte to initializeisSparseMode - the state of Sparse ModeisUnionMode - the state of Union ModeisEmpty - the state of EmptyisEightBytePadding - the state of Eight Byte PaddingisBigEndian - the state of Big EndianisReadOnly - the state of Read OnlyisSharedPreambleMode - the state of Shared Preamble ModeCopyright © 2015–2017 Yahoo! Inc.. All rights reserved.