org.w3c.tidy
Interface EncodingUtils.PutBytes

Enclosing interface:
EncodingUtils

static interface EncodingUtils.PutBytes

Putter callbacks: called to store 1 or more additional UTF-8 bytes.


Method Summary
 void doPut(byte[] buf, int[] count)
          Store one or more byte.
 

Method Detail

doPut

public 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