|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PermissionException | |
|---|---|
| tecgraf.ftc_1_2.client | |
| tecgraf.ftc_1_2.server | |
| Uses of PermissionException in tecgraf.ftc_1_2.client |
|---|
| Methods in tecgraf.ftc_1_2.client that throw PermissionException | |
|---|---|
void |
RemoteFileChannelImpl.open(boolean readOnly)
Solicita a abertura do arquivo. |
void |
RemoteFileChannel.open(boolean readOnly)
Solicita a abertura do arquivo. |
void |
RemoteFileChannelImpl.setSize(long size)
Altera o tamanho do arquivo para um novo tamanho. |
void |
RemoteFileChannel.setSize(long size)
Altera o tamanho do arquivo para um novo tamanho. |
long |
RemoteFileChannelImpl.transferFrom(InputStream source,
long position,
long count)
Transfere os dados de um fluxo de entrada para o arquivo. |
long |
RemoteFileChannel.transferFrom(InputStream source,
long position,
long count)
Transfere os dados de um fluxo de entrada para o arquivo. |
long |
RemoteFileChannelImpl.transferFrom(RemoteFileChannel source,
long position,
long count)
Transfere os de um outro arquivo remoto para o arquivo. |
long |
RemoteFileChannel.transferFrom(RemoteFileChannel source,
long position,
long count)
Transfere os de um outro arquivo remoto para o arquivo. |
long |
RemoteFileChannelImpl.transferTo(long position,
long count,
RemoteFileChannel target)
Transfere os dados do arquivo para um outro arquivo remoto. |
long |
RemoteFileChannel.transferTo(long position,
long count,
RemoteFileChannel target)
Transfere os dados do arquivo para um outro arquivo remoto. |
int |
RemoteFileChannelImpl.write(byte[] source)
Escreve uma sequência de bytes no arquivo. |
int |
RemoteFileChannel.write(byte[] source)
Escreve uma sequência de bytes no arquivo. |
int |
RemoteFileChannelImpl.write(byte[] source,
int offset,
int length)
Escreve uma sequência de bytes no arquivo. |
int |
RemoteFileChannel.write(byte[] source,
int offset,
int length)
Escreve uma sequência de bytes no arquivo. |
int |
RemoteFileChannelImpl.write(byte[] source,
int offset,
int length,
long position)
Escreve uma sequência de bytes no arquivo. |
int |
RemoteFileChannel.write(byte[] source,
int offset,
int length,
long position)
Escreve uma sequência de bytes no arquivo. |
int |
RemoteFileChannelImpl.write(byte[] source,
long position)
Escreve uma sequência de bytes no arquivo. |
int |
RemoteFileChannel.write(byte[] source,
long position)
Escreve uma sequência de bytes no arquivo. |
| Uses of PermissionException in tecgraf.ftc_1_2.server |
|---|
| Methods in tecgraf.ftc_1_2.server that throw PermissionException | |
|---|---|
FileChannel |
FileProvider.createFileChannel(Object requester,
byte[] fileId,
boolean readOnly)
Cria um canal para um arquivo. |
FileChannel |
DefaultFileProvider.createFileChannel(Object requester,
byte[] fileId,
boolean readOnly)
Cria um canal para um arquivo. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||