Uses of Class
com.esotericsoftware.kryo.benchmarks.io.InputOutputState.BufferType
-
Packages that use InputOutputState.BufferType Package Description com.esotericsoftware.kryo.benchmarks.io -
-
Uses of InputOutputState.BufferType in com.esotericsoftware.kryo.benchmarks.io
Fields in com.esotericsoftware.kryo.benchmarks.io declared as InputOutputState.BufferType Modifier and Type Field Description InputOutputState.BufferTypeInputOutputState. bufferTypeMethods in com.esotericsoftware.kryo.benchmarks.io that return InputOutputState.BufferType Modifier and Type Method Description static InputOutputState.BufferTypeInputOutputState.BufferType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static InputOutputState.BufferType[]InputOutputState.BufferType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-