Package org.apache.commons.compress.utils
Provides utilities used internally by the compress library.
-
Interface Summary Interface Description ByteUtils.ByteConsumer Used to consume bytes.ByteUtils.ByteSupplier Used to supply bytes.InputStreamStatistics This interface provides statistics on the current decompression stream. -
Class Summary Class Description ArchiveUtils Generic Archive utilitiesBitInputStream Reads bits from an InputStream.BoundedArchiveInputStream NIO backed bounded input stream for reading a predefined amount of data from.BoundedInputStream Deprecated. UseBoundedInputStream.BoundedSeekableByteChannelInputStream InputStream that delegates requests to the underlying SeekableByteChannel, making sure that only bytes from a certain range can be read.ByteUtils Utility methods for reading and writing bytes.ByteUtils.InputStreamByteSupplier Deprecated. UnusedByteUtils.OutputStreamByteConsumer ByteUtils.ByteConsumerbased onOutputStream.CharsetNames Deprecated. UseStandardCharsets.Charsets Deprecated. UseCharsets.ChecksumCalculatingInputStream Deprecated. UseCheckedInputStream.ChecksumVerifyingInputStream Deprecated. UseChecksumInputStream.CloseShieldFilterInputStream Deprecated. UseCloseShieldInputStream.CountingInputStream Deprecated. UseCountingInputStream.CountingOutputStream Deprecated. UseCountingOutputStream.CRC32VerifyingInputStream Deprecated. UseChecksumInputStream.ExactMath PRIVATE.FileNameUtils Generic file name utilities.FixedLengthBlockOutputStream This class supports writing to an OutputStream or WritableByteChannel in fixed length blocks.FixedLengthBlockOutputStream.BufferAtATimeOutputChannel Helper class to provide channel wrapper for arbitrary output stream that doesn't alter the size of writes.FlushShieldFilterOutputStream Re-implementsFilterOutputStream.flush()to do nothing.IOUtils Utility functions.Iterators Iterator utilities.Lists List utilitiesMultiReadOnlySeekableByteChannel Implements a read-onlySeekableByteChannelthat concatenates a collection of otherSeekableByteChannels.OsgiUtils Utilities for dealing with OSGi environments.ParsingUtils Utility methods for parsing data and converting it to other formats.SeekableInMemoryByteChannel ASeekableByteChannelimplementation that wraps a byte[].ServiceLoaderIterator<E> Deprecated. No longer needed.Sets Set utilitiesSkipShieldingInputStream Deprecated. No longer used.TimeUtils Utility class for handling time-related types and conversions.