Skip to content

new feature: Add read with range support in java binding #5825

@javasoze

Description

@javasoze

Feature Description

Expose partial read using offset and length in Java client.

Problem and Solution

Add Java client:

Operator.java:

byte[] read(String path, long offset, long len)

AsyncOperator.java:

public CompletableFuture<byte[]> read(String path, long offset, long len)

Additional Context

No response

Are you willing to contribute to the development of this feature?

  • Yes, I am willing to contribute to the development of this feature.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions