:: com :: sun :: star :: io ::
|
interface XInputStreamProvider |
|
- Description
- Interface for providing an input stream.
Every time createInputStream() is called a new input stream
is returned, always pointing to the begin of the same data. All
input streams returned by createInputStream()
are completely independend from each other.
|
Methods' Summary |
createInputStream |
Creates a new input stream, every time providing
the same data.
|
Methods' Details |
createInputStream
- Description
- Creates a new input stream, every time providing
the same data.
- Returns
-
a new input stream
|
|
Top of Page
Copyright © 2003 Sun Microsystems, Inc.