Interface WriterOutputStream.Decoder

All Known Implementing Classes:
WriterOutputStream.CharsetDecoder, WriterOutputStream.StringDecoder
Enclosing class:
WriterOutputStream

private static interface WriterOutputStream.Decoder
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    decodeTo(Writer pWriter, byte[] pBytes, int pOffset, int pLength)
     
  • Method Details