| Package | Description |
|---|---|
| com.twelvemonkeys.io | |
| com.twelvemonkeys.io.ole2 |
Contains classes for reading the contents of the
Microsoft OLE 2 compound document format.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FileCacheSeekableStream
A
SeekableInputStream implementation that caches data in a temporary File. |
class |
FileSeekableStream
A
SeekableInputStream implementation that uses random access directly to a File. |
class |
MemoryCacheSeekableStream
A
SeekableInputStream implementation that caches data in memory. |
| Modifier and Type | Method and Description |
|---|---|
SeekableInputStream |
RandomAccessStream.asInputStream()
Returns an input view of this
RandomAccessStream. |
| Modifier and Type | Method and Description |
|---|---|
SeekableInputStream |
Entry.getInputStream()
Returns the
InputStream for this Entry |
Copyright © 2017. All Rights Reserved.