Uses of Class
tecgraf.ftc_1_3.common.exception.FileLockedException

Packages that use FileLockedException
tecgraf.ftc_1_3.client   
 

Uses of FileLockedException in tecgraf.ftc_1_3.client
 

Methods in tecgraf.ftc_1_3.client that throw FileLockedException
 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.
 



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