Uses of Package
com.sentilla.io

Packages that use com.sentilla.io
com.sentilla.io Sentilla input/output classes for data manipulation. 
com.sentilla.net Sentilla networking libraries for wireless and wired communication. 
com.sentilla.net.mimeo Private: for Sentilla internal use only. 
com.sentilla.net.rpc.procedures Sentilla Remote Procedure Call (RPC) procedure definitions. 
com.sentilla.platform.cmote Sentilla system implementations for the Client applications running on a host. 
com.sentilla.system Sentilla core system classes. 
 

Classes in com.sentilla.io used by com.sentilla.io
ByteBuffer
          A stream access wrapper around a byte array.
DataInput
          Encapsulates read operations for primitive types and UTF strings.
DataInputStream
          Encapsulates a stream that may be read using DataInput.
DataOutput
          Provides methods for writing primitive types and UTF strings.
DataOutputStream
          Encapsulates a stream that may be written to using DataOutput.
DataRandomAccess
          Provides methods to access a DataInput/Output media at random positions.
HostMessage
           
Input
           
InputStream
          An InputStream provides data for reading.
IORuntimeException
          Signals that an I/O exception of some sort has occurred.
ObjectInput
          Provides methods for reading an Object from data.
ObjectInputStream
          Provides methods for reading an Object from an InputStream.
ObjectOutput
          Provides methods for writing an Object as data.
ObjectOutputStream
          Provides methods for writing an Object to an OutputStream.
ObjectRandomAccess
          Provides methods for randomly accessing Objects.
ObjectStreamDelegate
          Private: for Sentilla internal use only.
ObjectStreamRuntimeException
          Signals that an error occurred while processing an Object stream.
Output
          Provides methods for writing byte data.
OutputStream
          An OutputStream accepts data.
 

Classes in com.sentilla.io used by com.sentilla.net
ByteBuffer
          A stream access wrapper around a byte array.
RandomAccessFile
          A media-independent file representation that may be read from and written to with random access.
 

Classes in com.sentilla.io used by com.sentilla.net.mimeo
ByteBuffer
          A stream access wrapper around a byte array.
 

Classes in com.sentilla.io used by com.sentilla.net.rpc.procedures
RandomAccessFile
          A media-independent file representation that may be read from and written to with random access.
 

Classes in com.sentilla.io used by com.sentilla.platform.cmote
ByteBuffer
          A stream access wrapper around a byte array.
DataInput
          Encapsulates read operations for primitive types and UTF strings.
DataOutput
          Provides methods for writing primitive types and UTF strings.
DataRandomAccess
          Provides methods to access a DataInput/Output media at random positions.
HostMessage
           
Input
           
IORuntimeException
          Signals that an I/O exception of some sort has occurred.
ObjectInput
          Provides methods for reading an Object from data.
ObjectOutput
          Provides methods for writing an Object as data.
ObjectRandomAccess
          Provides methods for randomly accessing Objects.
Output
          Provides methods for writing byte data.
RandomAccessFile
          A media-independent file representation that may be read from and written to with random access.
 

Classes in com.sentilla.io used by com.sentilla.system
RandomAccessFile
          A media-independent file representation that may be read from and written to with random access.
 



Copyright © 2007 Sentilla Corporation. All Rights Reserved.