public interface BinaryDataSourceLoader
DataSource
's.
With this interface it's possible to load binary contents right before the data is read
via DataSource.getInputStream()
.
Modifier and Type | Method and Description |
---|---|
byte[] |
load()
Loads the contents of a
BinaryDataSource object dynamically. |
Copyright © 2005-2023 Leisenfels GmbH. All rights reserved.