PSource.PSpecified
Modifier and Type | Field and Description |
---|---|
static PSource.PSpecified |
DEFAULT
编码输入P的值等于byte [0]。
|
Constructor and Description |
---|
PSpecified(byte[] p)
使用指定值
p 作为编码输入P.
|
public static final PSource.PSpecified DEFAULT
public PSpecified(byte[] p)
p
作为编码输入P明确构建源。注意:
p
- 编码输入的值。
复制数组的内容以防止后续修改。
NullPointerException
- 如果
p
为空。