Skip to content

Commit

Permalink
Update io-streams.md
Browse files Browse the repository at this point in the history
  • Loading branch information
appenmaier authored Sep 17, 2023
1 parent 6ff392f commit 3dd67fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/documentation/io-streams.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ Schreiben und Lesen byteorientierter Daten und zum Schreiben und Lesen serialisi
flowchart LR
subgraph Datenstrom
direction LR
data1((4.2)) ~~~ data2((2.3)) ~~~ data3((1.6)) ~~~ data4((3.7))
data1((4.2)) -.- data2((2.3)) -.- data3((1.6)) -.- data4((3.7))
end
write[Schreiben] -.-> Datenstrom
Datenstrom -.-> read[Lesen]
write[Schreiben] ---> Datenstrom
Datenstrom ---> read[Lesen]
```

## Standard-Datenströme zur Ein- und Ausgabe
Expand Down

0 comments on commit 3dd67fe

Please sign in to comment.