Package org.w3c.tidy
Interface EncodingUtils.PutBytes
-
- Enclosing class:
- EncodingUtils
static interface EncodingUtils.PutBytesPutter callbacks: called to store 1 or more additional UTF-8 bytes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddoPut(byte[] buf, int[] count)Store one or more byte.
-