Uses of Enum
org.brotli.wrapper.enc.BrotliEncoderChannelTest.TestMode
Packages that use BrotliEncoderChannelTest.TestMode
-
Uses of BrotliEncoderChannelTest.TestMode in org.brotli.wrapper.enc
Subclasses with type arguments of type BrotliEncoderChannelTest.TestMode in org.brotli.wrapper.encFields in org.brotli.wrapper.enc declared as BrotliEncoderChannelTest.TestModeModifier and TypeFieldDescription(package private) final BrotliEncoderChannelTest.TestModeBrotliEncoderChannelTest.ChannleTestCase.modeMethods 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 voidBrotliEncoderChannelTest.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)