Uses of Class
com.intel.gpe.clients.api.fts.byteio.GPEByteIOWriteNotPermittedException

Packages that use GPEByteIOWriteNotPermittedException
com.intel.gpe.clients.api.fts.byteio   
 

Uses of GPEByteIOWriteNotPermittedException in com.intel.gpe.clients.api.fts.byteio
 

Methods in com.intel.gpe.clients.api.fts.byteio that throw GPEByteIOWriteNotPermittedException
 void RandomByteIOFileTransferClient.append(byte[] data)
          Append data to the end of the remote file.
 void StreamableByteIOFileTransferClient.seekWrite(long offset, StreamableByteIOConstants.SeekOrigin seekOrigin, byte[] data)
           
 void RandomByteIOFileTransferClient.truncAppend(long startOffset, byte[] data)
          Truncates remote file and append data to the end of it.
 void RandomByteIOFileTransferClient.write(long startOffset, int bytesPerBlock, long stride, byte[] data)
          Write data.
 



Copyright © 2008. All Rights Reserved.