:: 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 © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.