搜索资源列表
TempFile
- Gets an <code>InputStream</code> to read bytes from this temporary file. -Gets an <code>InputStream</code> to read bytes from this temporary file.Gets an <code>InputStream</code> to read bytes from this temporar
ByteArrayInputStream
- A specialized InputStream for reading the contents of a byte array.
Support_ASimpleInputStream
- An implementation of InputStream that should serve as the underlying stream for classes to be tested.
InputStreamHelper
- The class contains static java.io.InputStream utilities.
StringBufferInputStream
- A specialized InputStream that reads bytes from a String in a sequential manner.
Object3D
- Override this method with an implementation that contructs and InputStream from the given filename.
ObjectInputStream
- A specialized InputStream that is able to read (deserialize) Java objects as well as primitive data types (int, byte, char etc.).
FileInputStream
- A specialized InputStream that reads from a file in the file system.
InputStreamEntity
- A streamed entity obtaining content from an InputStream InputStream.
Support_ASimpleInputStream
- An implementation of InputStream that should serve as the underlying stream for classes to be tested.
SSLStreamedInput
- This class acts like a filtered input stream: it takes the bytes from another InputStream.
TempFile
- Gets an InputStream to read bytes from this temporary file.
Blob
- Internal class implementing java.io.InputStream on SQLite 3.4.0 incremental blob I/O interface.
AbstractSessionInputBuffer
- Abstract base class for session input buffers that stream data from a InputStream.
BackupDataInputStream
- Provides an java.io.InputStream-like interface for accessing an entity s data during a restore operation. Used by BackupHelper classes within the {@link BackupAgentHelper mechanism.
ByteArrayInputStream
- A specialized InputStream for reading the contents of a byte array.
DefaultDataHandler
- Inserts default data from InputStream, should be in XML format.
BufferedInputStream
- Wraps an existing InputStream and buffers the input.
NullInputStream
- A functional, light weight InputStream that emulates a stream of a specified size.