Skip to main content
← All Tags

Java IO

2 articles in this category

AI NewsJava IOFile Handling

How to Reset InputStream and Read File Again

Learn how to use the mark() and reset() methods of Java InputStreams to revisit previously read data, addressing limitations of unidirectional stream processing.

Read more
AI NewsJava IOPersistence

Blob-to-String Conversion in Java: Encoding, Edge Cases, and Testing

Prevent data corruption in Java Blob-to-String conversion with UTF-8 encoding and null/empty handling.

Read more