DataSource
(and other
javax.activation
) implementation classes.See: Description
Interface | Description |
---|---|
DataSourceDefaultMethods |
DataSource default method implementations. |
Class | Description |
---|---|
AbstractDataSource |
Abstract base class for
DataSource
implementations. |
ByteArrayDataSource | |
FilterDataSource |
Abstract
DataSource base class that wraps another
DataSource . |
JAXBDataSource |
ReaderWriterDataSource implementation to provide
Marshaller marshalling and Unmarshaller unmarshalling
services. |
ReaderWriterDataSource |
DataSource implementation that provides a
BufferedReader wrapping the DataSource
InputStream and a PrintWriter wrapping the
DataSource OutputStream . |
TempFileDataSource | |
ThrowableDataSource |
DataSource
(and other
javax.activation
) implementation classes.javax.activation
Copyright © 2015–2020 Allen D. Ball. All rights reserved.