public class TextIndexingUtilities extends Object
| Modifier and Type | Method and Description | 
|---|---|
static InputStream | 
toInputStream(String input)
Convert a String into an InputStream. 
 | 
static Reader | 
toReader(String input)
Convert a String into a Reader. 
 | 
public static InputStream toInputStream(String input)
input - the String to convertCopyright © 2025. All rights reserved.