-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add I/O Streams and Files lecture slides
- Loading branch information
Showing
15 changed files
with
976 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# Входно-изходни потоци и файлове |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+68.1 KB
07-io-streams-and-files/lecture/images/07.3-java-io-root-abstract-classes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+267 KB
07-io-streams-and-files/lecture/images/07.4-java-io-class-hierarchy.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+155 KB
07-io-streams-and-files/lecture/images/07.6-java-byte-io-classes-hierarchy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+90.7 KB
07-io-streams-and-files/lecture/images/07.7-java-char-io-classes-hierarchy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+109 KB
07-io-streams-and-files/lecture/images/07.9-file-reading-performance.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>[MJT2024] Modern Java Technologies Lecture</title> | ||
<link href="../../web/images/favicon.png" rel="icon" type="image/png"/> | ||
<meta charset="utf-8" /> | ||
<meta | ||
name="viewport" | ||
content="user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1,width=device-width" | ||
/> | ||
<link rel="stylesheet" type="text/css" href="../../web/css/typo.css" /> | ||
<link rel="stylesheet" type="text/css" href="../../web/css/font-nord.css" /> | ||
<link rel="stylesheet" type="text/css" href="../../web/fonts/remixicon.css" /> | ||
<link rel="stylesheet" type="text/css" href="../../web/css/style.css" /> | ||
</head> | ||
<body> | ||
<script src="https://remarkjs.com/downloads/remark-latest.min.js" type="text/javascript"> | ||
</script> | ||
<script type="text/javascript"> | ||
var slideshow = remark.create({ | ||
sourceUrl: "slides.md", | ||
ratio: "16:9", | ||
highlightStyle: "magula", | ||
highlightLines: true, | ||
countIncrementalSlides: false | ||
}); | ||
</script> | ||
</body> | ||
</html> |
Oops, something went wrong.