|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RemoteFileChannel | |
|---|---|
| tecgraf.ftc_1_3.client | |
| Uses of RemoteFileChannel in tecgraf.ftc_1_3.client |
|---|
| Classes in tecgraf.ftc_1_3.client that implement RemoteFileChannel | |
|---|---|
class |
RemoteFileChannelImpl
Representa uma implementação de um canal de arquivo remoto. |
| Methods in tecgraf.ftc_1_3.client with parameters of type RemoteFileChannel | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||