The Baeldung logo
  • The Baeldung Logo
  • Start Here
  • Spring Courses ▼▲
    • REST with Spring Boot

      The canonical reference for building a production grade API with Spring

    • Learn Spring Security

      THE unique Spring Security education if you’re working with Java today

    • Learn Spring

      From no experience to actually building stuff​

    • Learn Spring Data JPA

      The full guide to persistence with Spring Data JPA

    • View All Spring Courses

  • Java Courses ▼▲
    • Learn JUnit

      Master the most popular Java testing framework.

    • Learn Maven

      Simplify Your Build with Apache Maven

    • Learn Hibernate JPA

      Master persistence with the Java specification and Hibernate implementation

    • Learn Mockito

      Enhance your unit tests through practical mocking

    • View All Courses

  • Pricing
  • About ▼▲
    • Full Archive

      The high level overview of all the articles on the site.

    • Baeldung Ebooks

      Discover all of our eBooks

    • About Baeldung

      About Baeldung.

  • Category upJava IO

Tag: Java InputStream

InputStream is an abstract class used to read byte data from various sources like files or networks. Classes such as FileInputStream and SequenceInputStream extend InputStream. It can also be converted to other I/O types like Reader or byte arrays.

>> How to Reset InputStream and Read File Again

>> Modify Property Files in Java

>> Guide to getResourceAsStream() and FileInputStream in Java

>> Removing BOM Characters When Reading from File

>> Convert InputStream to Stream in Java

>> How to Fix EOFException in Java

>> Java InputStream vs. InputStreamReader

>> Guide to System.in.read()

>> Read Input Character-by-Character in Java

>> Read a File and Split It Into Multiple Files in Java

>> Skip Bytes in InputStream in Java

>> How to Convert Byte Array to Char Array

>> Difference Between ZipFile and ZipInputStream in Java

>> Closing Java IO Streams

>> How to Read Zip Files Entries With Java

>> Convert an OutputStream to an InputStream

>> Mocking Java InputStream Object

>> How to Convert InputStream to Base64 String

>> SequenceInputStream Class in Java

>> Easy Ways to Write a Java InputStream to an OutputStream

  • ↑ Back to Top
  • 1
  • 2
  • Next →
The Baeldung logo

Courses

  • All Courses
  • Baeldung All Access
  • Baeldung All Team Access
  • Login Course Platform

Series

  • Java “Back to Basics” Tutorial
  • Learn Spring Boot Series
  • Spring Tutorial
  • Get Started with Java
  • All About String in Java
  • Security with Spring
  • Java Collections

About

  • About Baeldung
  • The Full Archive
  • Editors
  • Our Partners
  • Partner with Baeldung
  • eBooks
  • FAQ
  • Baeldung Pro
  • Terms of Service
  • Privacy Policy
  • Company Info
  • Contact
The Baeldung Logo