final class BlockParsedResult
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private DecodedInformation |
decodedInformation |
private boolean |
finished |
Constructor and Description |
---|
BlockParsedResult() |
BlockParsedResult(DecodedInformation information,
boolean finished) |
Modifier and Type | Method and Description |
---|---|
(package private) DecodedInformation |
getDecodedInformation() |
(package private) boolean |
isFinished() |
private final DecodedInformation decodedInformation
private final boolean finished
BlockParsedResult()
BlockParsedResult(DecodedInformation information, boolean finished)
DecodedInformation getDecodedInformation()
boolean isFinished()