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
为空。
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.