Uses of Enum
org.brotli.wrapper.enc.BrotliEncoderChannelTest.TestMode
Packages that use BrotliEncoderChannelTest.TestMode
-
Uses of BrotliEncoderChannelTest.TestMode in org.brotli.wrapper.enc
Fields in org.brotli.wrapper.enc declared as BrotliEncoderChannelTest.TestModeModifier and TypeFieldDescription(package private) final BrotliEncoderChannelTest.TestMode
BrotliEncoderChannelTest.ChannleTestCase.mode
Methods in org.brotli.wrapper.enc that return BrotliEncoderChannelTest.TestModeModifier and TypeMethodDescriptionReturns 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.TestModeModifier and TypeMethodDescriptionprivate static void
BrotliEncoderChannelTest.run
(String entryName, BrotliEncoderChannelTest.TestMode mode) Constructors in org.brotli.wrapper.enc with parameters of type BrotliEncoderChannelTest.TestModeModifierConstructorDescription(package private)
ChannleTestCase
(String entryName, BrotliEncoderChannelTest.TestMode mode)