Uses of Interface
com.pervasive.datarush.io.SplitInputStream
Packages that use SplitInputStream
Package
Description
Provides classes and interfaces performing file-like I/O operations.
Provides classes and interfaces for supporting data compression.
-
Uses of SplitInputStream in com.pervasive.datarush.azure
Methods in com.pervasive.datarush.azure that return SplitInputStreamModifier and TypeMethodDescriptionabstract SplitInputStreamAbstractAzureClient.newInputStream(AzureFilePath path, long start, long length, int buffer) AzureFileSplit.openSplit(int buffer) -
Uses of SplitInputStream in com.pervasive.datarush.io
Classes in com.pervasive.datarush.io that implement SplitInputStreamModifier and TypeClassDescriptionclassA wrapper for input streams providing windowing behavior.Methods in com.pervasive.datarush.io that return SplitInputStreamModifier and TypeMethodDescriptionDataSplit.openSplit(int buffer) Opens the split for reading using the specified size for the read buffer.FileSplit.openSplit(int buffer) SplittableCompressedFileSplit.openSplit(int buffer) Constructors in com.pervasive.datarush.io with parameters of type SplitInputStreamModifierConstructorDescriptionSplitReader(SplitInputStream in, CharsetEncoding charset) Creates a new reader on the specified stream, using the given encoding properties.SplitReader(SplitInputStream in, CharsetEncoding charset, int buffer) Creates a new reader on the specified stream, using the given encoding properties.SplitReader(SplitInputStream in, CharsetEncoding charset, int buffer, String syncMarker, boolean doInitialSync) Creates a new reader on the specified stream, using the given encoding properties and synchronization marker.SplitReader(SplitInputStream in, CharsetEncoding charset, String syncMarker, boolean doInitialSync) Creates a new reader on the specified stream, using the given encoding properties and synchronization marker. -
Uses of SplitInputStream in com.pervasive.datarush.io.compression
Methods in com.pervasive.datarush.io.compression that return SplitInputStreamModifier and TypeMethodDescriptionBZipCompression.decompressSplitStream(DataSplit split, InputStream in, int bufferSize) CompressionFormat.decompressSplitStream(DataSplit split, InputStream in, int bufferSize) Wraps the specified stream for a split in a decompressor for the format.GZipCompression.decompressSplitStream(DataSplit split, InputStream in, int bufferSize) SnappyCompression.decompressSplitStream(DataSplit split, InputStream in, int bufferSize) UncompressedData.decompressSplitStream(DataSplit split, InputStream in, int bufferSize)