Skip to main content
Apache Wangye

Apache Wangye

Writing code, exploring systems, and documenting practical solutions.

Products

Products I am building

Small, useful products backed by the engineering notes on this site.

In development

Cloud Album

A private cloud photo album for overseas users, focused on backup, organization, and subscription-ready experiences.

A real product journey covering the iOS client, MinIO storage, overseas payments, and growth experiments.

iOS AppMinIO storageOverseas subscription

Blog

Latest posts

Read a Text File Line by Line in Java

· One min read
Apache Wangye
Software developer and technical writer

Reading a file line by line is appropriate for logs and other large text files because it avoids loading the complete file into memory. Always specify the character set and close streams reliably.

Total views -- · Visitors --