|
BenQ Mobile |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OutputStream | |
java.io | Provides classes for input and output through data streams. |
Uses of OutputStream in java.io |
Subclasses of OutputStream in java.io | |
class |
ByteArrayOutputStream
This class implements an output stream in which the data is written into a byte array. |
class |
DataOutputStream
A data output stream lets an application write primitive Java data types to an output stream in a portable way. |
class |
PrintStream
A PrintStream adds functionality to another output stream,
namely the ability to print representations of various data values
conveniently. |
Fields in java.io declared as OutputStream | |
protected OutputStream |
DataOutputStream.out
The output stream. |
Constructors in java.io with parameters of type OutputStream | |
OutputStreamWriter(OutputStream os)
Create an OutputStreamWriter that uses the default character encoding. |
|
OutputStreamWriter(OutputStream os,
String enc)
Create an OutputStreamWriter that uses the named character encoding. |
|
PrintStream(OutputStream out)
Create a new print stream. |
|
DataOutputStream(OutputStream out)
Creates a new data output stream to write data to the specified underlying output stream. |
|
BenQ Mobile |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 2006 BenQ Mobile GmbH & Co. OHG or respective copyright owner. All Rights Reserved. BenQ Corp. is a trademark licensee of Siemens AG. |
For further information about Mobility Toolkit (MTK) visit our Developer Portal. |