|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.InputStream
com.wirefusion.player.ResourceInputStream
public class ResourceInputStream
The InputStream of a WireFusion resource.
| Method Summary | |
|---|---|
int |
available()
|
void |
close()
|
boolean |
isBuffering()
Returns true if the stream is currently buffering, otherwise false |
int |
read()
|
void |
setBufferSize(int bufferSize)
Sets the buffer size |
| Methods inherited from class java.io.InputStream |
|---|
mark, markSupported, read, read, reset, skip |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public int available()
available in class java.io.InputStreampublic boolean isBuffering()
public void setBufferSize(int bufferSize)
bufferSize - the buffer size, in bytespublic void close()
close in interface java.io.Closeableclose in class java.io.InputStream
public int read()
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||