|
PenProfile 2.x | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InputStream | |
|---|---|
| com.livescribe.afp | This package consists of classes that interact with Anoto Functionality Document files and related APIs. |
| com.livescribe.display | This package consists of classes and interfaces that allows applications to render on the pen display. |
| com.livescribe.ext.io | Contains I/O-related tools and classes. |
| com.livescribe.ext.ui | Contains classes for conveniently creating menus, managing menu bookmarks, and doing other helpful UI-related things. |
| com.livescribe.i18n | This package consists of classes and interfaces to aid the internationalization of application resources. |
| com.livescribe.io | |
| com.livescribe.storage | |
| com.livescribe.ui | |
| com.sun.cldc.i18n | Provides classes for work with character streams. |
| com.sun.cldc.io | Provides base class for all connections. |
| com.sun.cldc.io.j2me.socket | |
| java.io | Provides classes for input and output through data streams. |
| java.lang | Provides classes that are fundamental to the Java programming language. |
| javax.microedition.io | Classes for the Generic Connection framework. |
| javax.microedition.media | |
| Uses of InputStream in com.livescribe.afp |
|---|
| Methods in com.livescribe.afp that return InputStream | |
|---|---|
abstract InputStream |
Document.getResource(String path)
Retrieves the contents of a file from the document as an input stream. |
| Uses of InputStream in com.livescribe.display |
|---|
| Methods in com.livescribe.display that return InputStream | |
|---|---|
InputStream |
BrowseList.Title.getAudioStream()
|
InputStream |
BrowseList.Item.getAudioStream()
Returns the audio stream that should be played when this Item has focus. |
| Methods in com.livescribe.display with parameters of type InputStream | |
|---|---|
static Image |
Image.createImage(InputStream in)
Creates a new image from an ARW-encoded byte stream. |
| Uses of InputStream in com.livescribe.ext.io |
|---|
| Subclasses of InputStream in com.livescribe.ext.io | |
|---|---|
class |
BufferedInputStream
This adds the ability to buffer input. |
| Fields in com.livescribe.ext.io declared as InputStream | |
|---|---|
protected InputStream |
BufferedInputStream.in
The wrapped input stream. |
| Constructors in com.livescribe.ext.io with parameters of type InputStream | |
|---|---|
BufferedInputStream(InputStream in,
int bufSize)
Creates a new buffered input stream having the specified buffer size. |
|
| Uses of InputStream in com.livescribe.ext.ui |
|---|
| Methods in com.livescribe.ext.ui that return InputStream | |
|---|---|
InputStream |
Menu.MenuItem.getAudioStream()
|
| Uses of InputStream in com.livescribe.i18n |
|---|
| Methods in com.livescribe.i18n that return InputStream | |
|---|---|
abstract InputStream |
SoundResource.getInputStream()
Gets the localized audio stream. |
| Uses of InputStream in com.livescribe.io |
|---|
| Methods in com.livescribe.io with parameters of type InputStream | |
|---|---|
static void |
FastIOHelper.readFully(InputStream in,
boolean[] data)
Reads boolean data from the given input stream into the
specified boolean array. |
static void |
FastIOHelper.readFully(InputStream in,
boolean[] data,
int off,
int len)
Reads boolean data from the given input stream into the
specified boolean array. |
static void |
FastIOHelper.readFully(InputStream in,
char[] data)
Reads char data from the given input stream into the
specified char array. |
static void |
FastIOHelper.readFully(InputStream in,
char[] data,
int off,
int len)
Reads char data from the given input stream into the
specified char array. |
static void |
FastIOHelper.readFully(InputStream in,
int[] data)
Reads int data from the given input stream into the
specified int array. |
static void |
FastIOHelper.readFully(InputStream in,
int[] data,
int off,
int len)
Reads int data from the given input stream into the
specified int array. |
static void |
FastIOHelper.readFully(InputStream in,
long[] data)
Reads long data from the given input stream into the
specified long array. |
static void |
FastIOHelper.readFully(InputStream in,
long[] data,
int off,
int len)
Reads long data from the given input stream into the
specified long array. |
static void |
FastIOHelper.readFully(InputStream in,
short[] data)
Reads short data from the given input stream into the
specified short array. |
static void |
FastIOHelper.readFully(InputStream in,
short[] data,
int off,
int len)
Reads short data from the given input stream into the
specified short array. |
| Uses of InputStream in com.livescribe.storage |
|---|
| Methods in com.livescribe.storage that return InputStream | |
|---|---|
InputStream |
PenletStorage.openInputStream(String name)
Open a PenletStorage input stream for reading. |
| Uses of InputStream in com.livescribe.ui |
|---|
| Methods in com.livescribe.ui that return InputStream | |
|---|---|
protected InputStream |
MediaPlayer.getResourceAsStream(String resource)
Allows the penlet to provide the stream for the resource specified. |
| Methods in com.livescribe.ui with parameters of type InputStream | |
|---|---|
void |
MediaPlayer.play(InputStream stream,
String mimeType)
Plays the stream without waiting for it to finish playing |
void |
MediaPlayer.play(InputStream stream,
String mimeType,
boolean wait)
Plays the stream with the option of waiting for the clip to finish playing. |
void |
MediaPlayer.play(InputStream stream,
String mimeType,
boolean wait,
int startOffset,
int byteCount)
Seeks to the position specified by startOffset and plays
the stream for byteCount bytes. |
void |
MediaPlayer.playAPM(InputStream stream,
String mimeType)
Plays an APM [ Audio Punctuation Mark ]. |
| Uses of InputStream in com.sun.cldc.i18n |
|---|
| Fields in com.sun.cldc.i18n declared as InputStream | |
|---|---|
InputStream |
StreamReader.in
Input stream to read from |
| Methods in com.sun.cldc.i18n with parameters of type InputStream | |
|---|---|
static Reader |
Helper.getStreamReader(InputStream is)
Get a reader for an InputStream |
static Reader |
Helper.getStreamReader(InputStream is,
String name)
Get a reader for an InputStream |
Reader |
StreamReader.open(InputStream in,
String enc)
Open the reader |
| Uses of InputStream in com.sun.cldc.io |
|---|
| Subclasses of InputStream in com.sun.cldc.io | |
|---|---|
class |
ResourceInputStream
Input stream class for accessing resource files in classpath. |
| Uses of InputStream in com.sun.cldc.io.j2me.socket |
|---|
| Methods in com.sun.cldc.io.j2me.socket that return InputStream | |
|---|---|
InputStream |
Protocol.openInputStream()
Returns an input stream for this socket. |
| Uses of InputStream in java.io |
|---|
| Subclasses of InputStream in java.io | |
|---|---|
class |
ByteArrayInputStream
A ByteArrayInputStream contains
an internal buffer that contains bytes that
may be read from the stream. |
class |
DataInputStream
A data input stream lets an application read primitive Java data types from an underlying input stream in a machine-independent way. |
| Fields in java.io declared as InputStream | |
|---|---|
protected InputStream |
DataInputStream.in
The input stream. |
| Constructors in java.io with parameters of type InputStream | |
|---|---|
DataInputStream(InputStream in)
Creates a DataInputStream
and saves its argument, the input stream
in, for later use. |
|
InputStreamReader(InputStream is)
Create an InputStreamReader that uses the default character encoding. |
|
InputStreamReader(InputStream is,
String enc)
Create an InputStreamReader that uses the named character encoding. |
|
| Uses of InputStream in java.lang |
|---|
| Methods in java.lang that return InputStream | |
|---|---|
InputStream |
Class.getResourceAsStream(String name)
Finds a resource with a given name in the application's JAR file. |
| Uses of InputStream in javax.microedition.io |
|---|
| Methods in javax.microedition.io that return InputStream | |
|---|---|
InputStream |
InputConnection.openInputStream()
Open and return an input stream for a connection. |
static InputStream |
Connector.openInputStream(String name)
Create and open a connection input stream. |
| Uses of InputStream in javax.microedition.media |
|---|
| Methods in javax.microedition.media with parameters of type InputStream | |
|---|---|
static Player |
Manager.createPlayer(InputStream stream,
String contentType)
|
|
PenProfile 2.x | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||