org.fcrepo.server.storage.lowlevel
Interface ISizable

All Known Implementing Classes:
AkubraLowlevelStorage, AkubraLowlevelStorageModule, DefaultLowlevelStorage, DefaultLowlevelStorageModule

public interface ISizable

Interface for ILowlevelStorage implementations that are capable of retrieving the size of a datastream.

Since:
Fedora 3.5
Author:
Stephen Bayliss

Method Summary
 long getDatastreamSize(String dsKey)
          Return the size of a datastream in bytes
 

Method Detail

getDatastreamSize

long getDatastreamSize(String dsKey)
                       throws LowlevelStorageException
Return the size of a datastream in bytes

Parameters:
dsKey -
Returns:
Throws:
LowlevelStorageException


Copyright © 2012 DuraSpace. All Rights Reserved.