Uses of Interface
com.sentilla.io.Input

Packages that use Input
com.sentilla.io Sentilla input/output classes for data manipulation. 
com.sentilla.platform.cmote Sentilla system implementations for the Client applications running on a host. 
 

Uses of Input in com.sentilla.io
 

Subinterfaces of Input in com.sentilla.io
 interface DataInput
          Encapsulates read operations for primitive types and UTF strings.
 interface DataInputStream
          Encapsulates a stream that may be read using DataInput.
 interface DataRandomAccess
          Provides methods to access a DataInput/Output media at random positions.
 interface InputStream
          An InputStream provides data for reading.
 interface ObjectInput
          Provides methods for reading an Object from data.
 interface ObjectInputStream
          Provides methods for reading an Object from an InputStream.
 interface ObjectRandomAccess
          Provides methods for randomly accessing Objects.
 interface RandomAccessFile
          A media-independent file representation that may be read from and written to with random access.
 

Classes in com.sentilla.io that implement Input
 class ByteBuffer
          A stream access wrapper around a byte array.
 

Uses of Input in com.sentilla.platform.cmote
 

Classes in com.sentilla.platform.cmote that implement Input
 class RemoteRandomAccessFile
          Private: for Sentilla internal use only.
 



Copyright © 2007 Sentilla Corporation. All Rights Reserved.