Uses of Interface
com.sentilla.io.Output

Packages that use Output
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 Output in com.sentilla.io
 

Subinterfaces of Output in com.sentilla.io
 interface DataOutput
          Provides methods for writing primitive types and UTF strings.
 interface DataOutputStream
          Encapsulates a stream that may be written to using DataOutput.
 interface DataRandomAccess
          Provides methods to access a DataInput/Output media at random positions.
 interface ObjectOutput
          Provides methods for writing an Object as data.
 interface ObjectOutputStream
          Provides methods for writing an Object to an OutputStream.
 interface ObjectRandomAccess
          Provides methods for randomly accessing Objects.
 interface OutputStream
          An OutputStream accepts data.
 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 Output
 class ByteBuffer
          A stream access wrapper around a byte array.
 

Uses of Output in com.sentilla.platform.cmote
 

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



Copyright © 2007 Sentilla Corporation. All Rights Reserved.