Uses of Enum Class
com.ocient.cli.extract.ExtractConfiguration.BinaryFormat
Packages that use ExtractConfiguration.BinaryFormat
-
Uses of ExtractConfiguration.BinaryFormat in com.ocient.cli.extract
Methods in com.ocient.cli.extract that return ExtractConfiguration.BinaryFormatModifier and TypeMethodDescriptionExtractConfiguration.getBinaryFormat()Returns the enum constant of this class with the specified name.static ExtractConfiguration.BinaryFormat[]ExtractConfiguration.BinaryFormat.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ExtractConfiguration.BinaryFormat in com.ocient.cli.extract.wrappers
Methods in com.ocient.cli.extract.wrappers with parameters of type ExtractConfiguration.BinaryFormatModifier and TypeMethodDescriptionstatic ByteArrayWrapperByteArrayWrapperFactory.getWrapper(byte[] byteArray, ExtractConfiguration.BinaryFormat binaryFormat)