You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+25-5Lines changed: 25 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,17 +6,15 @@ The core library provides:
6
6
* A new IO (Input/Output) model, flexible, and providing asynchronous operations
7
7
8
8
It does not have any dependency, however the library [net.lecousin.framework.system](https://github.com/lecousin/java-framework-system"java-framework-system")
9
-
is recommended for better performances on disk operations.
10
-
11
-
It needs to be started by using the net.lecousin.framework.application.Application#start method.
9
+
is recommended for better performances on disk operations (detection of physical drives).
@@ -49,4 +47,26 @@ The model provided by Java is very basic and mainly based on streams (reading or
49
47
Our model add two main additions:
50
48
* Flexibility by using interfaces that define the capabilities of an Input/Output implementation such as Readable, Writable, Seekable, Resizable, Buffered...
0 commit comments