Uses of Class
org.brotli.wrapper.enc.BrotliOutputStreamTest.TestMode
-
Packages that use BrotliOutputStreamTest.TestMode Package Description org.brotli.wrapper.enc -
-
Uses of BrotliOutputStreamTest.TestMode in org.brotli.wrapper.enc
Fields in org.brotli.wrapper.enc declared as BrotliOutputStreamTest.TestMode Modifier and Type Field Description (package private) BrotliOutputStreamTest.TestMode
BrotliOutputStreamTest.StreamTestCase. mode
Methods in org.brotli.wrapper.enc that return BrotliOutputStreamTest.TestMode Modifier and Type Method Description static BrotliOutputStreamTest.TestMode
BrotliOutputStreamTest.TestMode. valueOf(java.lang.String name)
Returns 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.TestMode Modifier and Type Method Description private static void
BrotliOutputStreamTest. run(java.lang.String entryName, BrotliOutputStreamTest.TestMode mode)
Constructors in org.brotli.wrapper.enc with parameters of type BrotliOutputStreamTest.TestMode Constructor Description StreamTestCase(java.lang.String entryName, BrotliOutputStreamTest.TestMode mode)
-