com.github.junrar
Interface Volume

All Known Implementing Classes:
FileVolume, VFSVolume

public interface Volume

Author:
Rogiel

Method Summary
 Archive getArchive()
           
 long getLength()
           
 IReadOnlyAccess getReadOnlyAccess()
           
 

Method Detail

getReadOnlyAccess

IReadOnlyAccess getReadOnlyAccess()
                                  throws IOException
Returns:
the access
Throws:
IOException

getLength

long getLength()
Returns:
the data length

getArchive

Archive getArchive()
Returns:
the archive this volume belongs to


Copyright © 2012. All Rights Reserved.