|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.report.lens.StreamTextLens
public class StreamTextLens
The StreamTextLens allows using inputstream, file, or URL as the data source for a text lens.
| Constructor Summary | |
|---|---|
StreamTextLens(File file)
Create a text lens using the contents of the file as the data source. |
|
StreamTextLens(InputStream stream)
Create a text lens from an input stream. |
|
StreamTextLens(Reader reader)
Create a text lens from a reader. |
|
StreamTextLens(URL url)
Create a text lens from an URL. |
|
| Method Summary | |
|---|---|
Object |
clone()
Make a copy of this text lens. |
String |
getText()
Get the text contents. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StreamTextLens(InputStream stream)
throws IOException
stream - input stream.
IOException
public StreamTextLens(File file)
throws IOException
file - file.
IOException
public StreamTextLens(URL url)
throws IOException
url - url to get data from.
IOException
public StreamTextLens(Reader reader)
throws IOException
reader - text reader.
IOException| Method Detail |
|---|
public String getText()
getText in interface TextLenspublic Object clone()
TextLens
clone in interface TextLensclone in class Object
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||