@FunctionalInterface public interface DecodeMessageFrame
Modifier and Type | Method and Description |
---|---|
MessageFrame |
decode(InputStream in)
Given the InputStream, in, reads the MessageFrame sequentially.
|
MessageFrame decode(InputStream in) throws IOException
in
- InputStream to read a next MessageFrame.IOException
- if the read operation rom in fails.