itwanger / itwanger/toBeBetterJavaer

关于I/O一文的输入输出流概念解释优化

Open
#117 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Java
Stars
17.7k
Forks
2.5k
PR merge metrics
No merged PRs in 30d

Description

  1. 建议在一开始讲完流的概念之后,就讲输入流和输出流的概念,
  2. 建议强调一下输入流和输出流的具体流动方向
  • 原文:Input:将外部的数据读入内存
  • 不足:虽然指明了方向,但是因为流的抽象性,并不具体
  • 改进:举个例子说明,如使用File对象构造输入流,那么就只能从File对象中读取数据,相当于数据从File对象表示的文件到变量中,反之亦然

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Locate the Java I/O article referenced in the issue and read its current explanation of streams, input, and output. Revise the explanation so the flow direction is explicit, including the suggested File-object example, and confirm that the revised text clearly distinguishes reading into memory from writing back to a file.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
documentation
Issue type
Documentation
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.