Java java.io StringBufferInputStream fields, constructors, methods, implement or subclass

Example usage for Java java.io StringBufferInputStream fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.io StringBufferInputStream.

The text is from its open source code.

Constructor

StringBufferInputStream(String s)
Creates a string input stream to read data from the specified string.

Method

intavailable()
Returns the number of bytes that can be read from the input stream without blocking.
voidclose()
Closes this input stream and releases any system resources associated with the stream.