Uses of Interface
org.w3c.tidy.EncodingUtils.GetBytes

Packages that use EncodingUtils.GetBytes
org.w3c.tidy   
 

Uses of EncodingUtils.GetBytes in org.w3c.tidy
 

Fields in org.w3c.tidy declared as EncodingUtils.GetBytes
private  EncodingUtils.GetBytes StreamInImpl.getBytes
          Getter.
 

Methods in org.w3c.tidy with parameters of type EncodingUtils.GetBytes
(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.