Uses of Class
com.ocient.cli.extract.ExtractConfiguration.BinaryFormat
| Package | Description |
|---|---|
| com.ocient.cli.extract | |
| com.ocient.cli.extract.wrappers |
-
Uses of ExtractConfiguration.BinaryFormat in com.ocient.cli.extract
Methods in com.ocient.cli.extract that return ExtractConfiguration.BinaryFormat Modifier and Type Method Description ExtractConfiguration.BinaryFormatExtractConfiguration. getBinaryFormat()static ExtractConfiguration.BinaryFormatExtractConfiguration.BinaryFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static ExtractConfiguration.BinaryFormat[]ExtractConfiguration.BinaryFormat. values()Returns an array containing the constants of this enum type, 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.BinaryFormat Modifier and Type Method Description static ByteArrayWrapperByteArrayWrapperFactory. getWrapper(byte[] byteArray, ExtractConfiguration.BinaryFormat binaryFormat)