Uses of Class
org.brotli.wrapper.enc.BrotliEncoderChannelTest.TestMode
-
Packages that use BrotliEncoderChannelTest.TestMode Package Description org.brotli.wrapper.enc -
-
Uses of BrotliEncoderChannelTest.TestMode in org.brotli.wrapper.enc
Fields in org.brotli.wrapper.enc declared as BrotliEncoderChannelTest.TestMode Modifier and Type Field Description (package private) BrotliEncoderChannelTest.TestMode
BrotliEncoderChannelTest.ChannleTestCase. mode
Methods in org.brotli.wrapper.enc that return BrotliEncoderChannelTest.TestMode Modifier and Type Method Description static BrotliEncoderChannelTest.TestMode
BrotliEncoderChannelTest.TestMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BrotliEncoderChannelTest.TestMode[]
BrotliEncoderChannelTest.TestMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.brotli.wrapper.enc with parameters of type BrotliEncoderChannelTest.TestMode Modifier and Type Method Description private static void
BrotliEncoderChannelTest. run(java.lang.String entryName, BrotliEncoderChannelTest.TestMode mode)
Constructors in org.brotli.wrapper.enc with parameters of type BrotliEncoderChannelTest.TestMode Constructor Description ChannleTestCase(java.lang.String entryName, BrotliEncoderChannelTest.TestMode mode)
-