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

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

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

Methods in com.intel.gpe.clients.api.fts.byteio that throw GPEByteIOCustomException
 void RandomByteIOFileTransferClient.append(byte[] data)
          Append data to the end of the remote file.
 byte[] RandomByteIOFileTransferClient.read(long startOffset, int bytesPerBlock, int numBlocks, long stride)
          Read data.
 byte[] StreamableByteIOFileTransferClient.seekRead(long offset, StreamableByteIOConstants.SeekOrigin seekOrigin, int bytesToRead)
           
 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.