|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jfx.io.InputStreamManager.InputStreamReadableByteChannel
protected static class InputStreamManager.InputStreamReadableByteChannel
Constructor Summary | |
---|---|
InputStreamManager.InputStreamReadableByteChannel(java.io.InputStream is)
|
Method Summary | |
---|---|
void |
close()
|
java.io.InputStream |
getIs()
|
boolean |
isOpen()
|
int |
read(java.nio.ByteBuffer dst)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InputStreamManager.InputStreamReadableByteChannel(java.io.InputStream is)
Method Detail |
---|
public java.io.InputStream getIs()
public int read(java.nio.ByteBuffer dst) throws java.io.IOException
read
in interface java.nio.channels.ReadableByteChannel
java.io.IOException
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.nio.channels.Channel
java.io.IOException
public boolean isOpen()
isOpen
in interface java.nio.channels.Channel
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |