Uses of Interface
org.w3c.tidy.EncodingUtils.PutBytes
-
Packages that use EncodingUtils.PutBytes Package Description org.w3c.tidy -
-
Uses of EncodingUtils.PutBytes in org.w3c.tidy
Methods in org.w3c.tidy with parameters of type EncodingUtils.PutBytes Modifier and Type Method Description (package private) static boolean
EncodingUtils. encodeCharToUTF8Bytes(int c, byte[] encodebuf, EncodingUtils.PutBytes putter, int[] count)
Encode a char to an array of bytes.
-