- close() - Method in class com.puresoltechnologies.streaming.streams.CompositeInputStream
-
- close() - Method in class com.puresoltechnologies.streaming.streams.CopyingInputStream
-
- close() - Method in class com.puresoltechnologies.streaming.streams.CopyingOutputStream
-
- close() - Method in class com.puresoltechnologies.streaming.streams.DelegatingInputStream
-
- close() - Method in class com.puresoltechnologies.streaming.streams.ExtendedCloseInputStream
-
- close() - Method in class com.puresoltechnologies.streaming.streams.ExtendedCloseOutputStream
-
- close() - Method in class com.puresoltechnologies.streaming.streams.InputStreamIterator
-
- close() - Method in class com.puresoltechnologies.streaming.streams.MultiStreamSeekableInputStream
-
- close() - Method in class com.puresoltechnologies.streaming.streams.OptimizedFileInputStream
-
- close() - Method in class com.puresoltechnologies.streaming.streams.OptimizedFileOutputStream
-
- close() - Method in class com.puresoltechnologies.streaming.streams.PositionOutputStream
-
- close() - Method in class com.puresoltechnologies.streaming.streams.SeekableInputStream
-
- CloseRunnable - Interface in com.puresoltechnologies.streaming.streams
-
This is a special interface to provide a closure for generic close, shutdown
and dispose methods.
- com.puresoltechnologies.streaming.streams - package com.puresoltechnologies.streaming.streams
-
- compareTo(PositionInputStream) - Method in class com.puresoltechnologies.streaming.streams.PositionInputStream
-
- compareTo(PositionInputStream) - Method in class com.puresoltechnologies.streaming.streams.SeekableInputStream
-
- compareTo(PositionOutputStream) - Method in class com.puresoltechnologies.streaming.streams.PositionOutputStream
-
- compareTo(SeekableInputStream<S>) - Method in class com.puresoltechnologies.streaming.streams.SeekableInputStream
-
- CompositeInputStream - Class in com.puresoltechnologies.streaming.streams
-
This composite input streams take multiple input streams and handles them as
one whole to the outside.
- CompositeInputStream(InputStream...) - Constructor for class com.puresoltechnologies.streaming.streams.CompositeInputStream
-
- CompositeInputStream(Collection<InputStream>) - Constructor for class com.puresoltechnologies.streaming.streams.CompositeInputStream
-
- copy(InputStream, OutputStream) - Static method in class com.puresoltechnologies.streaming.streams.StreamUtils
-
This method performs a simple copy from provided InputStream
to
provided OutputStream
.
- CopyingInputStream - Class in com.puresoltechnologies.streaming.streams
-
This is a special input stream, which copies all bytes read into a new output
stream.
- CopyingInputStream(InputStream, OutputStream) - Constructor for class com.puresoltechnologies.streaming.streams.CopyingInputStream
-
This constructor is used to initialize the copying input stream.
- CopyingOutputStream - Class in com.puresoltechnologies.streaming.streams
-
This output stream object is ussed to copy bytes to different destinations in
parallel for auditing, parallel processing or logging.
- CopyingOutputStream(OutputStream...) - Constructor for class com.puresoltechnologies.streaming.streams.CopyingOutputStream
-
This constructor instantiates the class based on an array of output streams.
- CopyingOutputStream(Collection<OutputStream>) - Constructor for class com.puresoltechnologies.streaming.streams.CopyingOutputStream
-
This constructor instantiates the class based on a Collection
of
output streams.
- create() - Method in interface com.puresoltechnologies.streaming.streams.InputStreamCreator
-
This method returns newly created input streams.