index
:
jaulib.git
jaulib
master
Support Library (C++, Java, ..)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
java_jni
/
jni
/
jau
/
ByteInStream_Feed.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
cleanup C++20: Cleanup and test Exception* OO tree, ensure only one std::exce...
Sven Göthel
2024-05-19
1
-12
/
+12
*
jau::io::ByteInStream_Feed::write() returns boolean denoting success, failure...
Sven Gothel
2023-01-01
1
-4
/
+30
*
Add jau::io::iostate::timeout, allowing to denote transmission abort by timeo...
Sven Gothel
2023-01-01
1
-1
/
+11
*
clang-tidy (C++ lint): Enable for vscode, optional @ commandline (see scripts...
Sven Gothel
2022-11-26
1
-3
/
+3
*
Add ByteOutStream and ByteOutStream_File POSIX 'fd' implementation, ...
Sven Gothel
2022-08-05
1
-0
/
+9
*
Java: Adopt to ByteInStream changes of commit c82d4c266a80a8b41a184cdadd8ecae...
Sven Gothel
2022-08-05
1
-25
/
+74
*
Java: Move 'org.jau.nio' content -> 'org.jau.io' and 'org.jau.nio.Uri' -> ''o...
Sven Gothel
2022-07-07
1
-21
/
+21
*
Java: Add ByteInStream_Feed.write(ByteBuffer) nio variant incl unit perf test...
Sven Gothel
2022-06-29
1
-0
/
+17
*
ByteInStream*: Add direct nio ByteBuffer based ByteInStream*::read(ByteBuffer)
Sven Gothel
2022-06-29
1
-2
/
+20
*
Add java test `TestByteStream01` covering ByteInStream*, same as native `test...
Sven Gothel
2022-06-28
1
-6
/
+15
*
Add java mapping of `jau::io::ByteInStream` for file, URL and feed for genera...
Sven Gothel
2022-06-26
1
-0
/
+248