Uses of Class
org.brotli.dec.Transform.Transforms
-
Packages that use Transform.Transforms Package Description org.brotli.dec -
-
Uses of Transform.Transforms in org.brotli.dec
Fields in org.brotli.dec declared as Transform.Transforms Modifier and Type Field Description (package private) static Transform.Transforms
Transform. RFC_TRANSFORMS
Methods in org.brotli.dec with parameters of type Transform.Transforms Modifier and Type Method Description (package private) static int
Transform. transformDictionaryWord(byte[] dst, int dstOffset, java.nio.ByteBuffer src, int srcOffset, int len, Transform.Transforms transforms, int transformIndex)
-