Uses of Class
org.wikidata.wdtk.util.CompressionType
-
-
Uses of CompressionType in org.wikidata.wdtk.util
Methods in org.wikidata.wdtk.util that return CompressionType Modifier and Type Method Description static CompressionTypeCompressionType. valueOf(String name)Returns the enum constant of this type with the specified name.static CompressionType[]CompressionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.wikidata.wdtk.util with parameters of type CompressionType Modifier and Type Method Description protected InputStreamDirectoryManagerImpl. getCompressorInputStream(InputStream inputStream, CompressionType compressionType)Returns an input stream that applies the required decompression to the given input stream.InputStreamDirectoryManager. getInputStreamForFile(String fileName, CompressionType compressionType)Returns an input stream to access file of the given name within the current directory, possibly uncompressing it if required.InputStreamDirectoryManagerImpl. getInputStreamForFile(String fileName, CompressionType compressionType)
-