Interface CharChunk.CharInputChannel

Enclosing class:
CharChunk

public static interface CharChunk.CharInputChannel
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    realReadChars(char[] cbuf, int off, int len)
    Read new bytes ( usually the internal conversion buffer ).
  • Method Details

    • realReadChars

      int realReadChars(char[] cbuf, int off, int len) throws IOException
      Read new bytes ( usually the internal conversion buffer ). The implementation is allowed to ignore the parameters, and mutate the chunk if it wishes to implement its own buffering.
      Throws:
      IOException