Uses of Class
org.apache.commons.io.build.AbstractOriginSupplier
-
Packages that use AbstractOriginSupplier Package Description org.apache.commons.io.build Provides classes to implement the builder pattern for IO classes.org.apache.commons.io.channels Provides classes to work withjava.nio.channels.org.apache.commons.io.input Provides implementations of input classes, such asInputStreamandReader.org.apache.commons.io.monitor Provides a component for monitoring file system events (directory and file create, update and delete events).org.apache.commons.io.output Provides implementations of output classes, such asOutputStreamandWriter.org.apache.commons.io.serialization Provides a framework for controlling the deserialization of classes. -
-
Uses of AbstractOriginSupplier in org.apache.commons.io.build
Classes in org.apache.commons.io.build with type parameters of type AbstractOriginSupplier Modifier and Type Class Description classAbstractOriginSupplier<T,B extends AbstractOriginSupplier<T,B>>Subclasses of AbstractOriginSupplier in org.apache.commons.io.build Modifier and Type Class Description classAbstractStreamBuilder<T,B extends AbstractStreamBuilder<T,B>>Abstracts building a typed instance of typeTwhereTis unbounded. -
Uses of AbstractOriginSupplier in org.apache.commons.io.channels
Subclasses of AbstractOriginSupplier in org.apache.commons.io.channels Modifier and Type Class Description static classByteArraySeekableByteChannel.BuilderBuilds forByteArraySeekableByteChannel.static classFilterByteChannel.AbstractBuilder<F extends FilterByteChannel<C>,C extends java.nio.channels.ByteChannel,B extends FilterByteChannel.AbstractBuilder<F,C,B>>Builds instances ofFilterByteChannelfor subclasses.static classFilterByteChannel.BuilderBuilds instances ofFilterByteChannel.static classFilterChannel.AbstractBuilder<F extends FilterChannel<C>,C extends java.nio.channels.Channel,B extends FilterChannel.AbstractBuilder<F,C,B>>Builds instances ofFilterChannelfor subclasses.static classFilterChannel.BuilderBuilds instances ofFilterChannel.static classFilterFileChannel.AbstractBuilder<F extends FilterFileChannel,C extends java.nio.channels.FileChannel,B extends FilterFileChannel.AbstractBuilder<F,C,B>>Builds instances ofFilterFileChannelfor subclasses.static classFilterFileChannel.BuilderBuilds instances ofFilterFileChannel.static classFilterReadableByteChannel.AbstractBuilder<F extends FilterReadableByteChannel<C>,C extends java.nio.channels.ReadableByteChannel,B extends FilterReadableByteChannel.AbstractBuilder<F,C,B>>Builds instances ofFilterReadableByteChannelfor subclasses.static classFilterReadableByteChannel.BuilderBuilds instances ofFilterByteChannel.static classFilterSeekableByteChannel.AbstractBuilder<F extends FilterSeekableByteChannel<C>,C extends java.nio.channels.SeekableByteChannel,B extends FilterSeekableByteChannel.AbstractBuilder<F,C,B>>Builds instances ofFilterSeekableByteChannelfor subclasses.static classFilterSeekableByteChannel.BuilderBuilds instances ofFilterSeekableByteChannel.static classFilterWritableByteChannel.AbstractBuilder<F extends FilterWritableByteChannel<C>,C extends java.nio.channels.WritableByteChannel,B extends FilterWritableByteChannel.AbstractBuilder<F,C,B>>Builds instances ofFilterWritableByteChannelfor subclasses.static classFilterWritableByteChannel.BuilderBuilds instances ofFilterByteChannel. -
Uses of AbstractOriginSupplier in org.apache.commons.io.input
-
Uses of AbstractOriginSupplier in org.apache.commons.io.monitor
Subclasses of AbstractOriginSupplier in org.apache.commons.io.monitor Modifier and Type Class Description static classFileAlterationObserver.BuilderBuilds instances ofFileAlterationObserver. -
Uses of AbstractOriginSupplier in org.apache.commons.io.output
-
Uses of AbstractOriginSupplier in org.apache.commons.io.serialization
Subclasses of AbstractOriginSupplier in org.apache.commons.io.serialization Modifier and Type Class Description static classValidatingObjectInputStream.BuilderBuilds a newValidatingObjectInputStream.
-