|
PenProfile 2.x | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PrintStream | |
|---|---|
| com.livescribe.penlet | This package consists of classes and interfaces that are core to pen application development. |
| com.sun.cldc.isolate | |
| java.lang | Provides classes that are fundamental to the Java programming language. |
| Uses of PrintStream in com.livescribe.penlet |
|---|
| Constructors in com.livescribe.penlet with parameters of type PrintStream | |
|---|---|
Logger(String name,
PrintStream stream,
short mask)
Construct a Logger instance. |
|
| Uses of PrintStream in com.sun.cldc.isolate |
|---|
| Methods in com.sun.cldc.isolate with parameters of type PrintStream | |
|---|---|
void |
IsolateStartupException.printRemoteStackTrace(PrintStream ps)
Prints the remote exception like IsolateStartupException.printRemoteStackTrace()
to the given PrintStream. |
| Uses of PrintStream in java.lang |
|---|
| Fields in java.lang declared as PrintStream | |
|---|---|
static PrintStream |
System.err
The "standard" error output stream. |
static PrintStream |
System.out
The "standard" output stream. |
|
PenProfile 2.x | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||