Decoder.Binary<T>, Decoder.BinaryStream<T>, Decoder.Text<T>, Decoder.TextStream<T>| 修飾子と型 | メソッドと説明 |
|---|---|
T | decode(StringSE s) 指定された文字列を T 型のオブジェクトにデコードします。 |
boolean | willDecode(StringSE s) 指定された文字列を型 T のオブジェクトにデコードできるかどうかを確認します。 |
T decode(StringSE s) throws DecodeException
s - デコードされる文字列。DecodeException - 指定された文字列を型 T にデコードできない場合 boolean willDecode(StringSE s)
s - デコード可能性についてテストされる文字列。Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.