Interface IOutputStreamProvider

    • Method Detail

      • getOutputStream

        @Nullable
        OutputStream getOutputStream​(@Nonnull
                                     String sName,
                                     @Nonnull
                                     EAppend eAppend)
        Get the output stream from the given name.
        Parameters:
        sName - The name to be resolved. May not be null.
        eAppend - Appending mode. May not be null.
        Returns:
        null if resolving failed.