Package org.apache.beam.sdk.io
Interface CompressedSource.DecompressingChannelFactory
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
CompressedSource.CompressionMode
- Enclosing class:
CompressedSource<T>
Factory interface for creating channels that decompress the content of an underlying channel.
-
Method Summary
Modifier and TypeMethodDescriptionGiven a channel, create a channel that decompresses the content read from the channel.
-
Method Details
-
createDecompressingChannel
Given a channel, create a channel that decompresses the content read from the channel.- Throws:
IOException
-