Package org.apache.commons.io.build
package org.apache.commons.io.build
Provides classes to implement IO builders.
- Since:
- 2.12.0
-
ClassesClassDescriptionAbstracts the origin of data for builders like a
File,Path,Reader,Writer,InputStream,OutputStream, andURI.AbstractOrigin.AbstractRandomAccessFileOrigin<T extends RandomAccessFile, B extends AbstractOrigin.AbstractRandomAccessFileOrigin<T,B>> ARandomAccessFileorigin.Abyte[]origin.ACharSequenceorigin.AFileorigin.AnInputStreamorigin.AIORandomAccessFileorigin.AnOutputStreamorigin.APathorigin.ARandomAccessFileorigin.AReaderorigin.AURIorigin.AWriterorigin.Abstracts building an instance ofT.Abstracts building a typed instance ofT.Abstracts supplying an instance ofT.