public interface BerDataValueReader
BER data value reader returns data values, one by one, from a source. The interpretation of data values (e.g., how to obtain a numeric value from an INTEGER data value, or how to extract the elements of a SEQUENCE value) is left to clients of the reader.
| 限定符和类型 | 方法和说明 |
|---|---|
BerDataValue |
readDataValue()
Returns the next data value or
null if end of input has been reached. |
BerDataValue readDataValue() throws BerDataValueFormatException
null if end of input has been reached.BerDataValueFormatException - if the value being read is malformed.Copyright © 2019. All rights reserved.