Uses of Class
com.helger.commons.io.EAppend
-
-
Uses of EAppend in com.helger.commons.io
Fields in com.helger.commons.io declared as EAppend Modifier and Type Field Description static EAppendEAppend. DEFAULTThe default isTRUNCATEMethods in com.helger.commons.io that return EAppend Modifier and Type Method Description static EAppendEAppend. valueOf(String name)Returns the enum constant of this type with the specified name.static EAppend[]EAppend. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.helger.commons.io with parameters of type EAppend Modifier and Type Method Description default OutputStreamIHasOutputStream. getBufferedOutputStream(EAppend eAppend)Get the output stream to read from the object.default WriterIHasOutputStreamAndWriter. getBufferedWriter(Charset aCharset, EAppend eAppend)Get a bufferedWriterbased on this output stream provider using the given charset.OutputStreamIHasOutputStream. getOutputStream(EAppend eAppend)Get the output stream to read from the object.default WriterIHasOutputStreamAndWriter. getWriter(Charset aCharset, EAppend eAppend)Get aWriterbased on this output stream provider using the given charset. -
Uses of EAppend in com.helger.commons.io.file
Methods in com.helger.commons.io.file with parameters of type EAppend Modifier and Type Method Description static NonBlockingBufferedOutputStreamFileHelper. getBufferedOutputStream(File aFile, EAppend eAppend)static NonBlockingBufferedOutputStreamPathHelper. getBufferedOutputStream(Path aFile, EAppend eAppend)static NonBlockingBufferedWriterFileHelper. getBufferedWriter(File aFile, EAppend eAppend, Charset aCharset)static NonBlockingBufferedWriterPathHelper. getBufferedWriter(Path aFile, EAppend eAppend, Charset aCharset)static FileChannelFileChannelHelper. getFileWriteChannel(File aFile, EAppend eAppend)static FileChannelFileChannelHelper. getFileWriteChannel(String sFilename, EAppend eAppend)static OutputStreamFileChannelHelper. getMappedOutputStream(File aFile, EAppend eAppend)static OutputStreamFileChannelHelper. getMappedOutputStream(String sFilename, EAppend eAppend)static FileOutputStreamFileHelper. getOutputStream(File aFile, EAppend eAppend)Get an output stream for writing to a file.static OutputStreamPathHelper. getOutputStream(Path aFile, EAppend eAppend)Get an output stream for writing to a file.static PrintWriterFileHelper. getPrintWriter(File aFile, EAppend eAppend, Charset aCharset)static OutputStreamWriterFileHelper. getWriter(File aFile, EAppend eAppend, Charset aCharset)static WriterPathHelper. getWriter(Path aFile, EAppend eAppend, Charset aCharset) -
Uses of EAppend in com.helger.commons.io.provider
Methods in com.helger.commons.io.provider with parameters of type EAppend Modifier and Type Method Description OutputStreamFileSystemByteStreamProvider. getOutputStream(String sName, EAppend eAppend)OutputStreamFileSystemCharStreamProvider. getOutputStream(String sName, EAppend eAppend)OutputStreamIOutputStreamProvider. getOutputStream(String sName, EAppend eAppend)Get the output stream from the given name.WriterFileSystemCharStreamProvider. getWriter(String sName, EAppend eAppend)WriterIWriterProvider. getWriter(String sName, EAppend eAppend)Get the writer from the given name. -
Uses of EAppend in com.helger.commons.io.relative
Methods in com.helger.commons.io.relative with parameters of type EAppend Modifier and Type Method Description default OutputStreamIFileRelativeIO. getOutputStream(String sRelativePath, EAppend eAppend)Get theOutputStreamrelative to the base pathdefault WriterIFileRelativeIO. getWriter(String sRelativePath, Charset aCharset, EAppend eAppend)Get theWriterrelative to the base path.default ESuccessIFileRelativeIO. writeFile(String sRelativePath, EAppend eAppend, byte[] aBytes)Helper function for saving a file with correct error handling. -
Uses of EAppend in com.helger.commons.io.resource
Methods in com.helger.commons.io.resource with parameters of type EAppend Modifier and Type Method Description FileOutputStreamFileSystemResource. getOutputStream(EAppend eAppend)WriterFileSystemResource. getWriter(Charset aCharset, EAppend eAppend) -
Uses of EAppend in com.helger.commons.io.resource.wrapped
Methods in com.helger.commons.io.resource.wrapped with parameters of type EAppend Modifier and Type Method Description OutputStreamGZIPWritableResource. getOutputStream(EAppend eAppend) -
Uses of EAppend in com.helger.commons.io.resourceprovider
Methods in com.helger.commons.io.resourceprovider with parameters of type EAppend Modifier and Type Method Description default OutputStreamIWritableResourceProvider. getOutputStream(String sName, EAppend eAppend)Get theOutputStreamspecified by the given name for reading.OutputStreamWritableResourceProviderChain. getOutputStream(String sName, EAppend eAppend) -
Uses of EAppend in com.helger.commons.io.stream
Fields in com.helger.commons.io.stream declared as EAppend Modifier and Type Field Description static EAppendCountingFileOutputStream. DEFAULT_APPENDBy default append is enabledConstructors in com.helger.commons.io.stream with parameters of type EAppend Constructor Description CountingFileOutputStream(File aFile, EAppend eAppend)CountingFileOutputStream(String sFilename, EAppend eAppend) -
Uses of EAppend in com.helger.commons.io.streamprovider
Methods in com.helger.commons.io.streamprovider with parameters of type EAppend Modifier and Type Method Description NonBlockingByteArrayOutputStreamByteArrayOutputStreamProvider. getOutputStream(EAppend eAppend)
-