搜索资源列表
InputStreamHelper
- The class contains static java.io.InputStream utilities.
ObjectInputStream
- A specialized InputStream that is able to read (deserialize) Java objects as well as primitive data types (int, byte, char etc.).
Blob
- Internal class implementing java.io.InputStream on SQLite 3.4.0 incremental blob I/O interface.
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.