JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
F
G
I
L
O
P
R
S
W
A
addWatcher(File, Runnable)
- Method in class org.diirt.datasource.file.
FileWatcherPollingService
C
close()
- Method in class org.diirt.datasource.file.
FileDataSource
contains(String)
- Method in class org.diirt.datasource.file.
FileFormatRegistry
Returns true if there is a FileFormat registered for the given file extension
create()
- Method in class org.diirt.datasource.file.
FileDataSourceConfiguration
createChannel(String)
- Method in class org.diirt.datasource.file.
FileDataSource
CSVFileFormat
- Class in
org.diirt.datasource.file
A FileFormat for reading .csv files into VTables
CSVFileFormat()
- Constructor for class org.diirt.datasource.file.
CSVFileFormat
F
FileDataSource
- Class in
org.diirt.datasource.file
Data source for locally written data.
FileDataSourceConfiguration
- Class in
org.diirt.datasource.file
Configuration for
FileDataSource
.
FileDataSourceConfiguration()
- Constructor for class org.diirt.datasource.file.
FileDataSourceConfiguration
FileDataSourceProvider
- Class in
org.diirt.datasource.file
DataSourceProvider for file-system based data source.
FileDataSourceProvider()
- Constructor for class org.diirt.datasource.file.
FileDataSourceProvider
FileFormat
- Interface in
org.diirt.datasource.file
A way to read and write an object with a particular file format.
FileFormatRegistry
- Class in
org.diirt.datasource.file
Place to registers file formats so that the file datasource can use them.
FileFormatRegistry()
- Constructor for class org.diirt.datasource.file.
FileFormatRegistry
FileWatcherPollingService
- Class in
org.diirt.datasource.file
FileWatcherPollingService(ScheduledExecutorService, Duration)
- Constructor for class org.diirt.datasource.file.
FileWatcherPollingService
G
getDefault()
- Static method in class org.diirt.datasource.file.
FileFormatRegistry
The default registry.
getFileExtensions()
- Method in class org.diirt.datasource.file.
CSVFileFormat
getFileExtensions()
- Method in interface org.diirt.datasource.file.
FileFormat
The file extensions supported by this file format.
getFileExtensions()
- Method in class org.diirt.datasource.file.
ImageFileFormat
getFileExtensions()
- Method in class org.diirt.datasource.file.
ListFileFormat
getFileFormatFor(String)
- Method in class org.diirt.datasource.file.
FileFormatRegistry
Find the registered FileFormat for the given file extension
getName()
- Method in class org.diirt.datasource.file.
FileDataSourceProvider
getPollInterval()
- Method in class org.diirt.datasource.file.
FileDataSourceConfiguration
I
ImageFileFormat
- Class in
org.diirt.datasource.file
A FileFormat for reading .bmp and .png into VImage
ImageFileFormat()
- Constructor for class org.diirt.datasource.file.
ImageFileFormat
isPollEnabled()
- Method in class org.diirt.datasource.file.
FileDataSourceConfiguration
isWriteSupported()
- Method in class org.diirt.datasource.file.
CSVFileFormat
isWriteSupported()
- Method in interface org.diirt.datasource.file.
FileFormat
Whether writes are supported.
isWriteSupported()
- Method in class org.diirt.datasource.file.
ImageFileFormat
isWriteSupported()
- Method in class org.diirt.datasource.file.
ListFileFormat
L
ListFileFormat
- Class in
org.diirt.datasource.file
A file format for reading and writing lists from a .list file
ListFileFormat()
- Constructor for class org.diirt.datasource.file.
ListFileFormat
O
org.diirt.datasource.file
- package org.diirt.datasource.file
Support for a data source for file based channels (
channel syntax
).
P
pollEnabled(boolean)
- Method in class org.diirt.datasource.file.
FileDataSourceConfiguration
pollInterval(Duration)
- Method in class org.diirt.datasource.file.
FileDataSourceConfiguration
R
read(InputStream)
- Method in class org.diirt.datasource.file.
FileDataSourceConfiguration
readValue(InputStream)
- Method in class org.diirt.datasource.file.
CSVFileFormat
readValue(InputStream)
- Method in interface org.diirt.datasource.file.
FileFormat
Reads the value from the given stream.
readValue(InputStream)
- Method in class org.diirt.datasource.file.
ImageFileFormat
readValue(InputStream)
- Method in class org.diirt.datasource.file.
ListFileFormat
registerFileFormat(String, FileFormat)
- Method in class org.diirt.datasource.file.
FileFormatRegistry
Register a new FileFormat for a given file extension
registerFileFormat(FileFormat)
- Method in class org.diirt.datasource.file.
FileFormatRegistry
Register a new FileFormat for the extensions declared by the format itself.
removeWatcher(File, Runnable)
- Method in class org.diirt.datasource.file.
FileWatcherPollingService
S
scan()
- Method in class org.diirt.datasource.file.
FileWatcherPollingService
W
writeValue(Object, OutputStream)
- Method in class org.diirt.datasource.file.
CSVFileFormat
writeValue(Object, OutputStream)
- Method in interface org.diirt.datasource.file.
FileFormat
Write the value to the given stream.
writeValue(Object, OutputStream)
- Method in class org.diirt.datasource.file.
ImageFileFormat
writeValue(Object, OutputStream)
- Method in class org.diirt.datasource.file.
ListFileFormat
A
C
F
G
I
L
O
P
R
S
W
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2018. All rights reserved.