Uses of Enum
com.helger.commons.io.EAppend
Packages that use EAppend
Package
Description
-
Uses of EAppend in com.helger.commons.io
Fields in com.helger.commons.io declared as EAppendMethods in com.helger.commons.io that return EAppendModifier and TypeMethodDescriptionstatic EAppendReturns 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 EAppendModifier and TypeMethodDescriptiondefault 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.IHasOutputStream.getOutputStream(EAppend eAppend) Get the output stream to read from the object.default WriterGet 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 EAppendModifier and TypeMethodDescriptionFileHelper.getBufferedOutputStream(File aFile, EAppend eAppend) PathHelper.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 OutputStreamWriterstatic Writer -
Uses of EAppend in com.helger.commons.io.provider
Methods in com.helger.commons.io.provider with parameters of type EAppendModifier and TypeMethodDescriptionFileSystemByteStreamProvider.getOutputStream(String sName, EAppend eAppend) FileSystemCharStreamProvider.getOutputStream(String sName, EAppend eAppend) IOutputStreamProvider.getOutputStream(String sName, EAppend eAppend) Get the output stream from the given name.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 EAppendModifier and TypeMethodDescriptiondefault OutputStreamIFileRelativeIO.getOutputStream(String sRelativePath, EAppend eAppend) Get theOutputStreamrelative to the base pathdefault WriterGet theWriterrelative to the base path.default ESuccessHelper 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 -
Uses of EAppend in com.helger.commons.io.resource.wrapped
Methods in com.helger.commons.io.resource.wrapped with parameters of type EAppend -
Uses of EAppend in com.helger.commons.io.resourceprovider
Methods in com.helger.commons.io.resourceprovider with parameters of type EAppendModifier and TypeMethodDescriptiondefault OutputStreamIWritableResourceProvider.getOutputStream(String sName, EAppend eAppend) Get theOutputStreamspecified by the given name for reading.WritableResourceProviderChain.getOutputStream(String sName, EAppend eAppend) -
Uses of EAppend in com.helger.commons.io.stream
Fields in com.helger.commons.io.stream declared as EAppendModifier and TypeFieldDescriptionstatic final EAppendCountingFileOutputStream.DEFAULT_APPENDBy default append is enabledConstructors in com.helger.commons.io.stream with parameters of type EAppendModifierConstructorDescriptionCountingFileOutputStream(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