Uses of Interface
com.pervasive.datarush.io.SplitInputStream
-
Packages that use SplitInputStream Package Description com.pervasive.datarush.azure com.pervasive.datarush.io Provides classes and interfaces performing file-like I/O operations.com.pervasive.datarush.io.compression Provides classes and interfaces for supporting data compression. -
-
Uses of SplitInputStream in com.pervasive.datarush.azure
Methods in com.pervasive.datarush.azure that return SplitInputStream Modifier and Type Method Description abstract SplitInputStreamAbstractAzureClient. newInputStream(AzureFilePath path, long start, long length, int buffer)SplitInputStreamAzureFileSplit. openSplit(int buffer) -
Uses of SplitInputStream in com.pervasive.datarush.io
Classes in com.pervasive.datarush.io that implement SplitInputStream Modifier and Type Class Description classSplitInputStreamImplA wrapper for input streams providing windowing behavior.Methods in com.pervasive.datarush.io that return SplitInputStream Modifier and Type Method Description SplitInputStreamDataSplit. openSplit(int buffer)Opens the split for reading using the specified size for the read buffer.SplitInputStreamFileSplit. openSplit(int buffer)SplitInputStreamSplittableCompressedFileSplit. openSplit(int buffer)Constructors in com.pervasive.datarush.io with parameters of type SplitInputStream Constructor Description SplitReader(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 SplitInputStream Modifier and Type Method Description SplitInputStreamBZipCompression. decompressSplitStream(DataSplit split, InputStream in, int bufferSize)SplitInputStreamCompressionFormat. decompressSplitStream(DataSplit split, InputStream in, int bufferSize)Wraps the specified stream for a split in a decompressor for the format.SplitInputStreamGZipCompression. decompressSplitStream(DataSplit split, InputStream in, int bufferSize)SplitInputStreamSnappyCompression. decompressSplitStream(DataSplit split, InputStream in, int bufferSize)SplitInputStreamUncompressedData. decompressSplitStream(DataSplit split, InputStream in, int bufferSize)
-