Uses of Class
org.apache.sis.internal.stream.StreamWrapper
Packages that use StreamWrapper
Package
Description
Helper classes for customization of
java.util.stream implementations.-
Uses of StreamWrapper in org.apache.sis.internal.stream
Subclasses of StreamWrapper in org.apache.sis.internal.streamModifier and TypeClassDescriptionclassA stream which delay the creation of the source stream as long as possible.final classA stream on whichskipandlimitoperations are delegated to a root stream.