Uses of Interface
com.github.junrar.io.IReadOnlyAccess

Packages that use IReadOnlyAccess
com.github.junrar   
com.github.junrar.impl   
com.github.junrar.io   
com.github.junrar.vfs2.provider.rar   
 

Uses of IReadOnlyAccess in com.github.junrar
 

Methods in com.github.junrar that return IReadOnlyAccess
 IReadOnlyAccess Volume.getReadOnlyAccess()
           
 IReadOnlyAccess Archive.getRof()
           
 

Uses of IReadOnlyAccess in com.github.junrar.impl
 

Methods in com.github.junrar.impl that return IReadOnlyAccess
 IReadOnlyAccess FileVolume.getReadOnlyAccess()
           
 

Uses of IReadOnlyAccess in com.github.junrar.io
 

Classes in com.github.junrar.io that implement IReadOnlyAccess
 class InputStreamReadOnlyAccessFile
          InputStream based implementation of the IReadOnlyAccess interface.
 class ReadOnlyAccessByteArray
          A File like access to a byte array.
 class ReadOnlyAccessFile
          DOCUMENT ME
 

Constructors in com.github.junrar.io with parameters of type IReadOnlyAccess
ReadOnlyAccessInputStream(IReadOnlyAccess file, long startPos, long endPos)
           
 

Uses of IReadOnlyAccess in com.github.junrar.vfs2.provider.rar
 

Classes in com.github.junrar.vfs2.provider.rar that implement IReadOnlyAccess
 class RandomAccessContentAccess
           
 

Methods in com.github.junrar.vfs2.provider.rar that return IReadOnlyAccess
 IReadOnlyAccess VFSVolume.getReadOnlyAccess()
           
 



Copyright © 2012. All Rights Reserved.