Uses of Interface
org.w3c.tidy.EncodingUtils.GetBytes
-
Packages that use EncodingUtils.GetBytes Package Description org.w3c.tidy -
-
Uses of EncodingUtils.GetBytes in org.w3c.tidy
Methods in org.w3c.tidy with parameters of type EncodingUtils.GetBytes Modifier and Type Method Description (package private) static boolean
EncodingUtils. decodeUTF8BytesToChar(int[] c, int firstByte, byte[] successorBytes, EncodingUtils.GetBytes getter, int[] count, int startInSuccessorBytesArray)
Decodes an array of bytes to a char.
-