StringBufferInputStream
Class StringBufferInputStream
- java.lang.Object
-
- java.io.InputStream
-
- java.io.StringBufferInputStream
- All Implemented Interfaces:
- Closeable, AutoCloseable
Deprecated.
This class does not properly convert characters into bytes. As of JDK 1.1, the preferred way to create a stream from a string is via the StringReader
class.
@Deprecated public class StringBufferInputStream extends InputStream
This class allows an application to create an input stream in which the bytes rea