Package org.w3c.tidy
Interface EncodingUtils.GetBytes
-
- Enclosing class:
- EncodingUtils
static interface EncodingUtils.GetBytes
Getter callback: called to retrieve 1 or more additional UTF-8 bytes. The Getter callback can also unget if necessary to re-synchronize the input stream.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
doGet(int[] buf, int[] count, boolean unget)
Get one or more byte.
-