|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IOHandler.BadDescriptorException | |
---|---|
org.jruby.util |
Uses of IOHandler.BadDescriptorException in org.jruby.util |
---|
Methods in org.jruby.util that throw IOHandler.BadDescriptorException | |
---|---|
protected void |
IOHandler.checkReadable()
|
protected void |
IOHandler.checkWritable()
|
protected void |
IOHandler.checkWriteable()
|
abstract void |
IOHandler.close()
|
void |
IOHandlerNull.close()
|
void |
IOHandlerProcess.close()
Close IO handler resources. |
void |
IOHandlerSeekable.close()
Close IO handler resources. |
void |
IOHandlerUnseekable.close()
Close IO handler resources. |
abstract void |
IOHandler.flush()
|
void |
IOHandlerNio.flush()
|
void |
IOHandlerNull.flush()
|
void |
IOHandlerProcess.flush()
|
void |
IOHandlerSeekable.flush()
|
void |
IOHandlerUnseekable.flush()
|
abstract int |
IOHandler.getc()
|
int |
IOHandlerJavaIO.getc()
|
int |
IOHandlerNio.getc()
|
int |
IOHandlerNull.getc()
|
abstract ByteList |
IOHandler.gets(ByteList separatorString)
|
ByteList |
IOHandlerJavaIO.gets(ByteList separatorString)
|
ByteList |
IOHandlerNio.gets(ByteList separator)
|
ByteList |
IOHandlerNull.gets(ByteList separatorString)
|
abstract ByteList |
IOHandler.getsEntireStream()
|
ByteList |
IOHandlerNio.getsEntireStream()
|
ByteList |
IOHandlerNull.getsEntireStream()
|
abstract boolean |
IOHandler.isEOF()
Return true when at end of file (EOF). |
boolean |
IOHandlerNio.isEOF()
|
boolean |
IOHandlerNull.isEOF()
|
boolean |
IOHandlerProcess.isEOF()
|
boolean |
IOHandlerSeekable.isEOF()
|
boolean |
IOHandlerUnseekable.isEOF()
|
abstract void |
IOHandler.putc(int c)
|
void |
IOHandlerJavaIO.putc(int c)
|
void |
IOHandlerNio.putc(int c)
|
void |
IOHandlerNull.putc(int c)
|
abstract ByteList |
IOHandler.read(int number)
|
ByteList |
IOHandlerJavaIO.read(int number)
|
ByteList |
IOHandlerNio.read(int length)
|
ByteList |
IOHandlerNull.read(int number)
|
ByteList |
IOHandlerNio.readpartial(int length)
|
ByteList |
IOHandlerNio.recv(int length)
|
ByteList |
IOHandlerSocket.recv(int len)
|
abstract void |
IOHandler.sync()
Flush and sync all writes to the filesystem. |
void |
IOHandlerNio.sync()
|
void |
IOHandlerNull.sync()
|
abstract ByteList |
IOHandler.sysread(int number)
|
ByteList |
IOHandlerJavaIO.sysread(int number)
|
ByteList |
IOHandlerNio.sysread(int length)
|
ByteList |
IOHandlerNull.sysread(int number)
|
ByteList |
IOHandlerProcess.sysread(int number)
|
ByteList |
IOHandlerSeekable.sysread(int number)
|
ByteList |
IOHandlerUnseekable.sysread(int number)
|
abstract int |
IOHandler.syswrite(ByteList buf)
|
int |
IOHandlerNio.syswrite(ByteList string)
|
int |
IOHandlerNull.syswrite(ByteList buf)
|
int |
IOHandlerProcess.syswrite(ByteList buf)
|
int |
IOHandlerSeekable.syswrite(ByteList buf)
|
int |
IOHandlerUnseekable.syswrite(ByteList buf)
|
abstract int |
IOHandler.syswrite(int ch)
|
int |
IOHandlerNio.syswrite(int c)
|
int |
IOHandlerNull.syswrite(int c)
|
int |
IOHandlerProcess.syswrite(int c)
|
int |
IOHandlerSeekable.syswrite(int c)
|
int |
IOHandlerUnseekable.syswrite(int c)
|
abstract int |
IOHandler.write(ByteList string)
|
int |
IOHandlerJavaIO.write(ByteList string)
|
int |
IOHandlerNio.write(ByteList string)
|
int |
IOHandlerNull.write(ByteList string)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |