Skip to content

AbstractFileItemWriter should support java.nio #756

Closed
@spring-projects-issues

Description

@spring-projects-issues

rowi1de opened BATCH-2858 and commented

spring-batch-infrastructure: AbstractFileItemWriter.java
always uses java.ioFileOutputStream no matter which _org.springframework.core.io.Resource_ is used. Currently, there is no NIO based Resource available in Spring Core.

As the class represents a FileItemWriter, Resource could be specialized to a WritableResource. This allows a AbstractFileItemWriter java.nio based implementation.


No further details from BATCH-2858

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions