aboutsummaryrefslogtreecommitdiffstats
path: root/java_jni/org/jau/io
Commit message (Expand)AuthorAgeFilesLines
* jau::io::ByteInStream_Feed::write() returns boolean denoting success, failure...Sven Gothel2023-01-011-7/+34
* jau::io::ByteInStream*: Remove redundant end_of_data(), use !good() instead.Sven Gothel2023-01-015-24/+4
* Add jau::io::iostate::timeout, allowing to denote transmission abort by timeo...Sven Gothel2023-01-018-9/+27
* Add ByteOutStream and ByteOutStream_File POSIX 'fd' implementation, ...Sven Gothel2022-08-057-34/+369
* Java: Adopt to ByteInStream changes of commit c82d4c266a80a8b41a184cdadd8ecae...Sven Gothel2022-08-056-74/+293
* ByteInStream_File: Remove obsolete `use_binary` arg, byte streams are always ...Sven Gothel2022-07-311-8/+32
* ByteInStream_File: Replace `std::ifstream` for file-descriptor (fd) POSIX lay...Sven Gothel2022-07-311-1/+1
* jau::io::read_stream(): Issue final consumer_fn() call w/ zero size if no byt...Sven Gothel2022-07-291-0/+1
* Pipe dreams: Add support for (named) file descriptor: jau::fs::file_stat and ...Sven Gothel2022-07-234-10/+6
* Migrate `void zeroByteBuffer(final ByteBuffer buf)` from Cipherpack's CPUtils...Sven Gothel2022-07-071-0/+48
* Java: Move 'org.jau.nio' content -> 'org.jau.io' and 'org.jau.nio.Uri' -> ''o...Sven Gothel2022-07-076-0/+918
* Cleanup nio package, class names and code (of recently added code)Sven Gothel2022-06-281-0/+58