masesgroup / masesgroup/JNet

Introduce in JNetReflector ability to use `JCOBridgeStream<T>`

Open
#1,012 2 comments 0 reactions 1 assignee View on GitHub

@masesdevelopers is already working on this.

Since Apr 28, 2026.

  • #1013 by @masesdevelopers — open
.NET JNetReflector wontfix
Dominant language
C#
Stars
44
Forks
4
Avg merge
17h 38m
Merged PRs (30d)
78

Description

Is your feature request related to a problem? Please describe.
JCOBridge rc7 contains a great improvement in array management with a zero-copy memory based on JCOBridgeStream<T>; the feature, available around many methods managing native array types, returns a new object able to interact directly within the JVM memory and adds support for Span<T> and ReadOnlySpan<T>.

Describe the solution you'd like
Extends the methods reflected to support the new feature adding, side-by-side, to the current one new methods with Stream trailer which returns JCOBridgeStream<T>; since T has the unmanaged constraint, and internally the type is checked at runtime, the type on JVM shall be checked accordingly.

Describe alternatives you've considered
N/A

Additional context
N/A

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.