Package jakarta.websocket
Interface Decoder.BinaryStream<T>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface jakarta.websocket.Decoder
Decoder.Binary<T>, Decoder.BinaryStream<T>, Decoder.Text<T>, Decoder.TextStream<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
decode(java.io.InputStream is)
-
-
-
Method Detail
-
decode
T decode(java.io.InputStream is) throws DecodeException, java.io.IOException
- Throws:
DecodeException
java.io.IOException
-
-