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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
doPut(byte[] buf, int[] count)
Store one or more byte.
-