Microsoft SDK for Java

StringInputStream Class Constructors

The StringInputStream class contains the following constructor:

StringInputStream(String text)

Initializes the stream with the given string object.

Syntax

public StringInputStream(String text);

Parameters

text The string that initializes the buffer contents.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.