Package org.w3c.tidy

Interface EncodingUtils.PutBytes

  • Enclosing class:
    EncodingUtils

    static interface EncodingUtils.PutBytes
    Putter callbacks: called to store 1 or more additional UTF-8 bytes.
    • Method Detail

      • doPut

        void doPut​(byte[] buf,
                   int[] count)
        Store one or more byte.
        Parameters:
        buf - will contain the bytes.
        count - number of bytes actually stored in "buf". <= 0 if error or EOF