Package | Description |
---|---|
loci.common.adapter | |
ome.scifio.io |
Modifier and Type | Method and Description |
---|---|
IRandomAccess |
IRandomAccessAdapter.ModernWrapper.unwrap() |
protected IRandomAccess |
IRandomAccessAdapter.wrapToModern(IRandomAccess legacy) |
Modifier and Type | Method and Description |
---|---|
protected IRandomAccess |
IRandomAccessAdapter.wrapToLegacy(IRandomAccess modern) |
Constructor and Description |
---|
IRandomAccessAdapter.ModernWrapper(IRandomAccess ira) |
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.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