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