Interface | Description |
---|---|
RandomAccessSource |
Represents an abstract source that bytes can be read from.
|
Class | Description |
---|---|
FileChannelRandomAccessSource |
A RandomAccessSource that is based on an underlying
FileChannel . |
GetBufferedRandomAccessSource | |
IndependentRandomAccessSource |
A RandomAccessSource that is wraps another RandomAccessSouce but does not propagate close().
|
RandomAccessSourceFactory |
Factory to create
RandomAccessSource objects based on various types of sources |
RASInputStream |
An input stream that uses a RandomAccessSource as it's underlying source
|
StreamUtil |
Utility class with commonly used stream operations
|
WindowRandomAccessSource |
A RandomAccessSource that wraps another RandomAccessSouce and provides a window of it at a specific offset and over
a specific length.
|
Exception | Description |
---|---|
MapFailedException |
Copyright © 2014. All rights reserved.