Uses of Class
org.pipecraft.infra.io.SizedInputStream
-
Packages that use SizedInputStream Package Description org.pipecraft.infra.storage org.pipecraft.infra.storage.local org.pipecraft.pipes.sync.source org.pipecraft.pipes.utils -
-
Uses of SizedInputStream in org.pipecraft.infra.storage
Methods in org.pipecraft.infra.storage that return SizedInputStream Modifier and Type Method Description SizedInputStreamBucket. getAsStream(String key)Gets an input stream for a remote file, using the default chunk size.SizedInputStreamBucket. getAsStream(String key, int chunkSize)Gets an input stream for a remote file, using a given chunk size.SizedInputStreamBucket. getAsStream(T meta)Gets an input stream for a remote file, using the default chunk size.abstract SizedInputStreamBucket. getAsStream(T meta, int chunkSize)Gets an input stream for a remote file, using a given chunk size. -
Uses of SizedInputStream in org.pipecraft.infra.storage.local
Methods in org.pipecraft.infra.storage.local that return SizedInputStream Modifier and Type Method Description SizedInputStreamLocalDiskBucket. getAsStream(File f, int chunkSize) -
Uses of SizedInputStream in org.pipecraft.pipes.sync.source
Methods in org.pipecraft.pipes.sync.source that return SizedInputStream Modifier and Type Method Description protected SizedInputStreamBinInputReaderPipe. createInputStream()protected abstract SizedInputStreamInputStreamPipe. createInputStream()protected SizedInputStreamStorageTxtFileReaderPipe. createInputStream()protected SizedInputStreamTxtFileReaderPipe. createInputStream()protected SizedInputStreamURLTxtReaderPipe. createInputStream()Constructors in org.pipecraft.pipes.sync.source with parameters of type SizedInputStream Constructor Description BinInputReaderPipe(SizedInputStream is, DecoderFactory<T> decoderFactory, FileReadOptions readOptions)ConstructorTxtFileReaderPipe(SizedInputStream is, Charset charset, int bufferSizeBytes, Compression compression)ConstructorConstructor parameters in org.pipecraft.pipes.sync.source with type arguments of type SizedInputStream Constructor Description BinInputReaderPipe(FailableInterruptibleSupplier<SizedInputStream,IOException> isCreator, DecoderFactory<T> decoderFactory, int bufferSize, Compression compression)ConstructorTxtFileReaderPipe(FailableInterruptibleSupplier<SizedInputStream,IOException> isCreator, Charset charset, int bufferSizeBytes, Compression compression)Constructor -
Uses of SizedInputStream in org.pipecraft.pipes.utils
Methods in org.pipecraft.pipes.utils with parameters of type SizedInputStream Modifier and Type Method Description Pipe<T>PipeReaderSupplier. get(SizedInputStream is, M metadata)
-