Package | Description |
---|---|
loci.common |
Modifier and Type | Class and Description |
---|---|
class |
AbstractNIOHandle
A wrapper for buffered NIO logic that implements the IRandomAccess interface.
|
class |
ByteArrayHandle
A wrapper for a byte array that implements the IRandomAccess interface.
|
class |
BZip2Handle
StreamHandle implementation for reading from BZip2-compressed files
or byte arrays.
|
class |
FileHandle
A wrapper for RandomAccessFile that implements the IRandomAccess interface.
|
class |
GZipHandle
StreamHandle implementation for reading from gzip-compressed files
or byte arrays.
|
class |
NIOFileHandle
A wrapper for buffered NIO logic that implements the IRandomAccess interface.
|
class |
StreamHandle
Abstract IRandomAccess implementation for reading from InputStreams and
writing to OutputStreams.
|
class |
URLHandle
Provides random access to URLs using the IRandomAccess interface.
|
class |
ZipHandle
StreamHandle implementation for reading from Zip-compressed files
or byte arrays.
|
Modifier and Type | Field and Description |
---|---|
protected IRandomAccess |
NIOInputStream.raf |
protected IRandomAccess |
RandomAccessInputStream.raf |
Modifier and Type | Method and Description |
---|---|
static IRandomAccess |
Location.getHandle(String id)
Gets an IRandomAccess object that can read from the given file.
|
static IRandomAccess |
Location.getHandle(String id,
boolean writable)
Gets an IRandomAccess object that can read from or write to the given file.
|
static IRandomAccess |
Location.getHandle(String id,
boolean writable,
boolean allowArchiveHandles)
Gets an IRandomAccess object that can read from or write to the given file.
|
static IRandomAccess |
Location.getHandle(String id,
boolean writable,
boolean allowArchiveHandles,
int bufferSize) |
static IRandomAccess |
Location.getMappedFile(String id)
Gets the random access handle for the given id.
|
Modifier and Type | Method and Description |
---|---|
static void |
Location.mapFile(String id,
IRandomAccess ira)
Maps the given id to the given IRandomAccess object.
|
Constructor and Description |
---|
NIOInputStream(IRandomAccess handle)
Constructs a random access stream around the given handle.
|
RandomAccessInputStream(IRandomAccess handle)
Constructs a random access stream around the given handle.
|
RandomAccessInputStream(IRandomAccess handle,
String file)
Constructs a random access stream around the given handle,
and with the associated file path.
|
RandomAccessOutputStream(IRandomAccess handle)
Constructs a random access stream around the given handle.
|
Copyright © 2014 Open Microscopy Environment