|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ItemNotFoundException | |
---|---|
twcsckernel.projectbase.common | |
twcsckernel.projectbase.io |
Uses of ItemNotFoundException in twcsckernel.projectbase.common |
---|
Methods in twcsckernel.projectbase.common that throw ItemNotFoundException | |
---|---|
int |
ReaderFactory.available(int streamID)
|
boolean |
FileFactory.canRead(int fileID)
|
boolean |
FileFactory.canWrite(int fileID)
|
void |
ReaderFactory.close(int streamID)
|
void |
WriterFactory.close(int streamID)
|
boolean |
FileFactory.createNewFile(int fileID)
|
boolean |
FileFactory.delete(int fileID)
|
boolean |
FileFactory.disposeFileHandle(int fileID)
|
boolean |
FileFactory.exists(int fileID)
|
void |
WriterFactory.flush(int streamID)
|
FileDescriptor |
FileFactory.getDescriptor(int fileID)
|
java.lang.String |
FileFactory.getName(int fileID)
|
java.lang.String |
FileFactory.getParent(int fileID)
|
java.lang.String |
FileFactory.getPath(int fileID)
|
boolean |
FileFactory.isDirectory(int fileID)
|
boolean |
FileFactory.isFile(int fileID)
|
boolean |
FileFactory.isHidden(int fileID)
|
long |
FileFactory.lastModified(int fileID)
|
long |
FileFactory.length(int fileID)
|
FileDescriptor[] |
FileFactory.list(int fileID)
|
boolean |
FileFactory.mkdir(int fileID)
|
boolean |
FileFactory.mkdirs(int fileID)
|
ReadResult |
ReaderFactory.read(int streamID)
|
ReadResult |
ReaderFactory.read(int streamID,
int len)
|
boolean |
FileFactory.renameTo(int fileID,
java.lang.String dest)
|
boolean |
FileFactory.setLastModified(int fileID,
long time)
|
boolean |
FileFactory.setReadOnly(int fileID)
|
long |
ReaderFactory.skip(int streamID,
long off)
|
void |
WriterFactory.write(int streamID,
byte[] b)
|
void |
WriterFactory.write(int streamID,
int b)
|
Uses of ItemNotFoundException in twcsckernel.projectbase.io |
---|
Methods in twcsckernel.projectbase.io that throw ItemNotFoundException | |
---|---|
int |
ReaderFactoryImpl.available(int streamID)
|
boolean |
FileFactoryImpl.canRead(int fileID)
|
boolean |
FileFactoryImpl.canWrite(int fileID)
|
void |
ReaderFactoryImpl.close(int streamID)
|
void |
WriterFactoryImpl.close(int fileID)
|
boolean |
FileFactoryImpl.createNewFile(int fileID)
|
boolean |
FileFactoryImpl.delete(int fileID)
|
boolean |
FileFactoryImpl.exists(int fileID)
|
void |
WriterFactoryImpl.flush(int fileID)
|
FileDescriptor |
FileFactoryImpl.getDescriptor(int fileID)
|
java.lang.String |
FileFactoryImpl.getName(int fileID)
|
java.lang.String |
FileFactoryImpl.getParent(int fileID)
|
java.lang.String |
FileFactoryImpl.getPath(int fileID)
|
boolean |
FileFactoryImpl.isDirectory(int fileID)
|
boolean |
FileFactoryImpl.isFile(int fileID)
|
boolean |
FileFactoryImpl.isHidden(int fileID)
|
long |
FileFactoryImpl.lastModified(int fileID)
|
long |
FileFactoryImpl.length(int fileID)
|
FileDescriptor[] |
FileFactoryImpl.list(int fileID)
|
boolean |
FileFactoryImpl.mkdir(int fileID)
|
boolean |
FileFactoryImpl.mkdirs(int fileID)
|
ReadResult |
ReaderFactoryImpl.read(int streamID)
|
ReadResult |
ReaderFactoryImpl.read(int streamID,
int len)
|
boolean |
FileFactoryImpl.renameTo(int fileID,
java.lang.String newName)
|
boolean |
FileFactoryImpl.setLastModified(int fileID,
long time)
|
boolean |
FileFactoryImpl.setReadOnly(int fileID)
|
long |
ReaderFactoryImpl.skip(int streamID,
long off)
|
void |
WriterFactoryImpl.write(int fileID,
byte[] b)
|
void |
WriterFactoryImpl.write(int fileID,
int b)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |