Package javax.websocket
Interface Decoder.TextStream<T>
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface javax.websocket.DecoderDecoder.Binary<T>, Decoder.BinaryStream<T>, Decoder.Text<T>, Decoder.TextStream<T>
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Tdecode(java.io.Reader reader)
 
- 
- 
- 
Method Detail- 
decodeT decode(java.io.Reader reader) throws DecodeException, java.io.IOException - Throws:
- DecodeException
- java.io.IOException
 
 
- 
 
-