2010 FRC Java API


Uses of Package
java.io

Packages that use java.io
com.sun.cldc.i18n   
com.sun.squawk Provides classes for low level interactions with the Squawk VM. 
com.sun.squawk.flash   
com.sun.squawk.io Provides classes from MIDP or unsupportable optional JSRs that are usually in javax.microedition.io, but are not legally in IMP. 
com.sun.squawk.io.j2me.multicast   
com.sun.squawk.io.j2me.pipe   
com.sun.squawk.io.j2me.socket   
com.sun.squawk.io.mailboxes Provides classes for inter-Isolate communication. 
com.sun.squawk.microedition.io Provides classes from MIDP or unsupportable optional JSRs that are usually in javax.microedition.io, but are not legally in IMP. 
com.sun.squawk.peripheral   
com.sun.squawk.util Provides classes for basic utilities sometimes found in JSE (LineReader, unsynchronized Vectors, Math utilities, etc.) 
java.io Provides classes for input and output through data streams. 
java.lang MID Profile Language Classes included from Java 2 Standard Edition. 
javax.microedition.io Classes for the Generic Connection framework. 
 

Classes in java.io used by com.sun.cldc.i18n
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.
UnsupportedEncodingException
          The Character Encoding is not supported.
Writer
          Abstract class for writing to character streams.
 

Classes in java.io used by com.sun.squawk
DataInputStream
          A data input stream lets an application read primitive Java data types from an underlying input stream in a machine-independent way.
DataOutputStream
          A data input stream lets an application write primitive Java data types to an output stream in a portable way.
IOException
          Signals that an I/O exception of some sort has occurred.
PrintStream
          A PrintStream adds functionality to another output stream, namely the ability to print representations of various data values conveniently.
 

Classes in java.io used by com.sun.squawk.flash
DataInputStream
          A data input stream lets an application read primitive Java data types from an underlying input stream in a machine-independent way.
 

Classes in java.io used by com.sun.squawk.io
DataInputStream
          A data input stream lets an application read primitive Java data types from an underlying input stream in a machine-independent way.
DataOutputStream
          A data input 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.
Reader
          Abstract class for reading character streams.
Writer
          Abstract class for writing to character streams.
 

Classes in java.io used by com.sun.squawk.io.j2me.multicast
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.
 

Classes in java.io used by com.sun.squawk.io.j2me.pipe
ByteArrayOutputStream
          This class implements an output stream in which the data is written into a byte array.
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.
 

Classes in java.io used by com.sun.squawk.io.j2me.socket
IOException
          Signals that an I/O exception of some sort has occurred.
 

Classes in java.io used by com.sun.squawk.io.mailboxes
ByteArrayInputStream
          A ByteArrayInputStream contains an internal buffer that contains bytes that may be read from the stream.
IOException
          Signals that an I/O exception of some sort has occurred.
 

Classes in java.io used by com.sun.squawk.microedition.io
DataInputStream
          A data input stream lets an application read primitive Java data types from an underlying input stream in a machine-independent way.
DataOutputStream
          A data input 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.
 

Classes in java.io used by com.sun.squawk.peripheral
IOException
          Signals that an I/O exception of some sort has occurred.
 

Classes in java.io used by com.sun.squawk.util
ByteArrayInputStream
          A ByteArrayInputStream contains an internal buffer that contains bytes that may be read from the stream.
ByteArrayOutputStream
          This class implements an output stream in which the data is written into a byte array.
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.
 

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.
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.
UnsupportedEncodingException
          The Character Encoding is not supported.
 

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 input 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.
 


2010 FRC Java API


Copyright © 2006-2009 Sun Microsystems, Inc. All Rights Reserved.