Package org.dspace.pack.bagit
Class PackagedBitstream
- java.lang.Object
-
- org.dspace.pack.bagit.PackagedBitstream
-
public class PackagedBitstream extends Object
Information about aBitstreampackaged in an aip- Since:
- 2020-03-19
- Author:
- mikejritter
-
-
Constructor Summary
Constructors Constructor Description PackagedBitstream(String bundle, Path bitstream, Metadata metadata, Policies policies)Constructor for bitstreams packaged in a BagIt AIP
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PathgetBitstream()StringgetBundle()MetadatagetMetadata()PoliciesgetPolicies()
-
-
-
Constructor Detail
-
PackagedBitstream
public PackagedBitstream(String bundle, Path bitstream, Metadata metadata, Policies policies)
Constructor for bitstreams packaged in a BagIt AIP- Parameters:
bundle- the name of the bundle for the bitstreambitstream- the path to the bitstream datametadata- the metadata for the bitstream, as aMetadatapojopolicies- the policy for the bitstream
-
-