Decoder.Binary<T>, Decoder.BinaryStream<T>, Decoder.Text<T>, Decoder.TextStream<T>| 修飾子と型 | メソッドと説明 |
|---|---|
T | decode(ByteBufferSE bytes) 指定されたバイトを型 T のオブジェクトにデコードします。 |
boolean | willDecode(ByteBufferSE bytes) 指定されたバイトを型 T のオブジェクトにデコードできるかどうかを回答します。 |
T decode(ByteBufferSE bytes) throws DecodeException
bytes - デコードされるバイト。DecodeException - 提供されたバイトを型 T にデコードできない場合 boolean willDecode(ByteBufferSE bytes)
bytes - デコードされるバイト。Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.