public class DecoderResult extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static DecoderResult |
SUCCESS |
| 构造器和说明 |
|---|
DecoderResult() |
DecoderResult(boolean success,
Throwable cause) |
DecoderResult(Throwable cause) |
public static final DecoderResult SUCCESS
public DecoderResult()
public DecoderResult(Throwable cause)
public DecoderResult(boolean success,
Throwable cause)
public static DecoderResult failure(Throwable cause)
public boolean isSuccess()
public boolean isFailure()
public Throwable getCause()
Copyright © 2023. All rights reserved.