Package com.twelvemonkeys.io
Interface WriterOutputStream.Decoder
-
- All Known Implementing Classes:
WriterOutputStream.CharsetDecoder
,WriterOutputStream.StringDecoder
- Enclosing class:
- WriterOutputStream
private static interface WriterOutputStream.Decoder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
decodeTo(java.io.Writer pWriter, byte[] pBytes, int pOffset, int pLength)
-