| Modifier and Type | Field and Description |
|---|---|
boolean |
isWholeStream
Whether the encoded or decoded value fills the remainder of the
output or input (resp.) record/stream contents.
|
static Coder.Context |
NESTED
The nested context: the value being encoded or decoded is
(potentially) a part of a larger record/stream contents, and
may have other parts encoded or decoded after it.
|
static Coder.Context |
OUTER
The outer context: the value being encoded or decoded takes
up the remainder of the record/stream contents.
|
| Constructor and Description |
|---|
Context(boolean isWholeStream) |
public static final Coder.Context OUTER
public static final Coder.Context NESTED
public final boolean isWholeStream