Decoder.Binary<T>, Decoder.BinaryStream<T>, Decoder.Text<T>, Decoder.TextStream<T>
Modifier and Type | Method and Description |
---|---|
T |
decode(InputStream is)
Decode the given bytes read from the input stream into an object of type T.
|
T decode(InputStream is) throws DecodeException, IOException
is
- the input stream carrying the bytes.DecodeException
IOException
Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.