Interface | Description |
---|---|
ByteBank |
A
ByteBank is a self-growing buffer over arbitrary bytes. |
IOPlugin<D> |
A plugin which extends an application's I/O capabilities.
|
IOService |
Interface for high-level data I/O: opening and saving data.
|
RecentFileService |
Interface for services that manage the Recently Used Files menu.
|
TypedIOService<D> |
Interface for high-level data I/O: opening and saving data of a specific type.
|
Class | Description |
---|---|
AbstractIOPlugin<D> |
Abstract base class for
IOPlugin s. |
AbstractTypedIOService<D> |
Abstract base class for typed
IOPlugin s. |
ByteArrayByteBank | |
DefaultIOService |
Default implementation of
IOService . |
DefaultRecentFileService |
Default service for managing the Recently Used Files menu.
|
Copyright © 2015–2022 SciJava. All rights reserved.