public class BitstreamDAO
extends java.lang.Object
Data Access Object for Bitstreams.
| Constructor and Description |
|---|
BitstreamDAO()
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
getBitstream(int id)
Retrieves the bitstream from the bitstore.
|
public java.io.InputStream getBitstream(int id)
throws java.io.IOException,
java.sql.SQLException
id - the bitstream id.java.io.IOException - Rethrown from BitstreamStorageManagerjava.sql.SQLException - Rethrown from BitstreamStorageManagerBitstreamStorageManager.retrieve(Context,
int)Copyright © 2013 DuraSpace. All Rights Reserved.