Package | Description |
---|---|
loci.common | |
loci.common.adapter |
Modifier and Type | Class and Description |
---|---|
class |
AbstractNIOHandle
A legacy delegator to ome.scifio.io.AbstractNIOHandle.
|
class |
ByteArrayHandle
Legacy delegator class for ome.scifio.io.ByteArrayHandle.
|
class |
BZip2Handle
Legacy delegator class for ome.scifio.io.BZip2Handle.
|
class |
FileHandle
A legacy delegator class for ome.scifio.io.FileHandle.
|
class |
GZipHandle
A legacy delegator class for ome.scifio.io.GZipHandle.
|
class |
NIOFileHandle
A legacy delegator class for ome.scifio.io.NIOFileHandle.
|
class |
StreamHandle
Legacy delegator class for ome.scifio.io.StreamHandle.
|
class |
URLHandle
A legacy delegator class for ome.scifio.io.URLHandle.
|
class |
ZipHandle
A legacy delegator class for ome.scifio.io.ZipHandle.
|
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.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.
|
Modifier and Type | Class and Description |
---|---|
static class |
IRandomAccessAdapter.ModernWrapper
This class can be used to wrap ome.scifio.io.IRandomAccess
objects and be passed to API expecting a loci.common.IRandomAccess
object.
|
Modifier and Type | Method and Description |
---|---|
IRandomAccess |
IRandomAccessAdapter.LegacyWrapper.unwrap() |
protected IRandomAccess |
IRandomAccessAdapter.wrapToLegacy(IRandomAccess modern) |
Modifier and Type | Method and Description |
---|---|
protected IRandomAccess |
IRandomAccessAdapter.wrapToModern(IRandomAccess legacy) |
Constructor and Description |
---|
IRandomAccessAdapter.LegacyWrapper(IRandomAccess ira) |
Copyright © 2014 Open Microscopy Environment