Uses of Class
com.intel.gpe.clients.api.fts.byteio.StreamableByteIOConstants.SeekOrigin

Packages that use StreamableByteIOConstants.SeekOrigin
com.intel.gpe.clients.api.fts.byteio   
 

Uses of StreamableByteIOConstants.SeekOrigin in com.intel.gpe.clients.api.fts.byteio
 

Methods in com.intel.gpe.clients.api.fts.byteio that return StreamableByteIOConstants.SeekOrigin
static StreamableByteIOConstants.SeekOrigin StreamableByteIOConstants.SeekOrigin.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StreamableByteIOConstants.SeekOrigin[] StreamableByteIOConstants.SeekOrigin.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.intel.gpe.clients.api.fts.byteio with parameters of type StreamableByteIOConstants.SeekOrigin
 byte[] StreamableByteIOFileTransferClient.seekRead(long offset, StreamableByteIOConstants.SeekOrigin seekOrigin, int bytesToRead)
           
 void StreamableByteIOFileTransferClient.seekWrite(long offset, StreamableByteIOConstants.SeekOrigin seekOrigin, byte[] data)
           
 



Copyright © 2008. All Rights Reserved.