Uses of Package
java.io

Packages that use java.io
com.sentilla.measure Sentilla core measurable implementations for use with sensors and actuators. 
com.sentilla.measure.unit Sentilla measurable units libraries for use with sensing and actuation. 
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 Sentilla Remote Procedure Call (RPC) libraries and mechanisms. 
com.sentilla.net.rpc.procedures Sentilla Remote Procedure Call (RPC) procedure definitions. 
com.sentilla.platform.tmote Sentilla system implementations for the Sentilla Tmote platform. 
com.sentilla.system Sentilla core system classes. 
java.io   
java.lang   
java.util   
javax.microedition.io   
 

Classes in java.io used by com.sentilla.measure
Serializable
          Classes that implement Serializable allow their state to be serialized and deserialized.
 

Classes in java.io used by com.sentilla.measure.unit
Serializable
          Classes that implement Serializable allow their state to be serialized and deserialized.
 

Classes in java.io used by com.sentilla.net
Serializable
          Classes that implement Serializable allow their state to be serialized and deserialized.
 

Classes in java.io used by com.sentilla.net.mimeo
Serializable
          Classes that implement Serializable allow their state to be serialized and deserialized.
 

Classes in java.io used by com.sentilla.net.rpc
Serializable
          Classes that implement Serializable allow their state to be serialized and deserialized.
 

Classes in java.io used by com.sentilla.net.rpc.procedures
Serializable
          Classes that implement Serializable allow their state to be serialized and deserialized.
 

Classes in java.io used by com.sentilla.platform.tmote
InputStream
          This abstract class is the superclass of all classes representing an input stream of bytes.
Serializable
          Classes that implement Serializable allow their state to be serialized and deserialized.
 

Classes in java.io used by com.sentilla.system
Serializable
          Classes that implement Serializable allow their state to be serialized and deserialized.
 

Classes in java.io used by java.io
DataInput
          The DataInput interface provides for reading bytes from a binary stream and reconstructing from them data in any of the Java primitive types.
DataOutput
          The DataOutput interface provides for converting data from any of the Java primitive types to a series of bytes and writing these bytes to a binary stream.
InputStream
          This abstract class is the superclass of all classes representing an input stream of bytes.
IOException
          Signals that an I/O exception of some sort has occurred.
OutputStream
          This abstract class is the superclass of all classes representing an output stream of bytes.
Reader
          Abstract class for reading character streams.
Serializable
          Classes that implement Serializable allow their state to be serialized and deserialized.
UnsupportedEncodingException
          The Character Encoding is not supported.
Writer
          Abstract class for writing to character streams.
 

Classes in java.io used by java.lang
InputStream
          This abstract class is the superclass of all classes representing an input stream of bytes.
PrintStream
          A PrintStream adds functionality to another output stream, namely the ability to print representations of various data values conveniently.
Serializable
          Classes that implement Serializable allow their state to be serialized and deserialized.
UnsupportedEncodingException
          The Character Encoding is not supported.
 

Classes in java.io used by java.util
Serializable
          Classes that implement Serializable allow their state to be serialized and deserialized.
 

Classes in java.io used by javax.microedition.io
DataInput
          The DataInput interface provides for reading bytes from a binary stream and reconstructing from them data in any of the Java primitive types.
DataInputStream
          A data input stream lets an application read primitive Java data types from an underlying input stream in a machine-independent way.
DataOutput
          The DataOutput interface provides for converting data from any of the Java primitive types to a series of bytes and writing these bytes to a binary stream.
DataOutputStream
          A data output stream lets an application write primitive Java data types to an output stream in a portable way.
InputStream
          This abstract class is the superclass of all classes representing an input stream of bytes.
IOException
          Signals that an I/O exception of some sort has occurred.
OutputStream
          This abstract class is the superclass of all classes representing an output stream of bytes.
Serializable
          Classes that implement Serializable allow their state to be serialized and deserialized.
 



Copyright © 2007 Sentilla Corporation. All Rights Reserved.