Uses of Enum Class
com.helger.base.io.EAppend
Packages that use EAppend
-
Uses of EAppend in com.helger.base.io
Fields in com.helger.base.io declared as EAppendModifier and TypeFieldDescriptionstatic final @NonNull EAppendEAppend.DEFAULTThe default isTRUNCATEMethods in com.helger.base.io that return EAppend -
Uses of EAppend in com.helger.base.io.iface
Methods in com.helger.base.io.iface with parameters of type EAppendModifier and TypeMethodDescriptiondefault @Nullable OutputStreamIHasOutputStream.getBufferedOutputStream(@NonNull EAppend eAppend) Get the output stream to read from the object.default @Nullable WriterIHasOutputStreamAndWriter.getBufferedWriter(@NonNull Charset aCharset, @NonNull EAppend eAppend) Get a bufferedWriterbased on this output stream provider using the given charset.@Nullable OutputStreamIHasOutputStream.getOutputStream(@NonNull EAppend eAppend) Get the output stream to read from the object.default @Nullable WriterGet aWriterbased on this output stream provider using the given charset. -
Uses of EAppend in com.helger.base.io.streamprovider
Methods in com.helger.base.io.streamprovider with parameters of type EAppendModifier and TypeMethodDescriptionfinal @NonNull NonBlockingByteArrayOutputStreamByteArrayOutputStreamProvider.getOutputStream(@NonNull EAppend eAppend) Get the output stream to read from the object.