Adapter for java.io.InputStream and GInputStream #352
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
github_actions
good first issue
help wanted
invalid
java
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
java-gi/java-gi#352
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
A utility class that converts between
java.io.InputStreamandorg.gnome.gio.InputStream, would be useful. Likewise for GOutputStream.The idea is that we can feed a Java InputStream into, for example,
Pixbuf.fromStream().This would be a great newcomer’s task if anyone’s interested.