public class BitstreamDAO extends Object
Data Access Object for Bitstreams.
| Constructor and Description |
|---|
BitstreamDAO()
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getBitstream(int id)
Retrieves the bitstream from the bitstore.
|
public InputStream getBitstream(int id) throws IOException, SQLException
id - the bitstream id.IOException - Rethrown from BitstreamStorageManagerSQLException - Rethrown from BitstreamStorageManagerBitstreamStorageManager.retrieve(Context,
int)Copyright © 2022 LYRASIS. All rights reserved.