Uses of Interface
tecgraf.ftc_1_2.client.RemoteFileChannel

Packages that use RemoteFileChannel
tecgraf.ftc_1_2.client   
 

Uses of RemoteFileChannel in tecgraf.ftc_1_2.client
 

Classes in tecgraf.ftc_1_2.client that implement RemoteFileChannel
 class RemoteFileChannelImpl
          Representa uma implementação de um canal de arquivo remoto.
 

Methods in tecgraf.ftc_1_2.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.
 



Copyright © 2017 Tecgraf/PUC-Rio. All rights reserved.