Uses of Class
org.apache.commons.io.build.AbstractOrigin.IORandomAccessFileOrigin
Packages that use AbstractOrigin.IORandomAccessFileOrigin
Package
Description
Provides classes to implement the builder pattern for IO classes.
-
Uses of AbstractOrigin.IORandomAccessFileOrigin in org.apache.commons.io.build
Subclasses with type arguments of type AbstractOrigin.IORandomAccessFileOrigin in org.apache.commons.io.buildMethods in org.apache.commons.io.build that return AbstractOrigin.IORandomAccessFileOriginModifier and TypeMethodDescriptionprotected static AbstractOrigin.IORandomAccessFileOriginAbstractOriginSupplier.newRandomAccessFileOrigin(IORandomAccessFile origin) Constructs a new RandomAccessFile origin for a RandomAccessFile.