org.entityfs
Interface NamedReadableFile

All Superinterfaces:
Lockable, Named, ReadableFile, ReadLockable
All Known Subinterfaces:
ArchiveFileEntry<T,U>, EFile
All Known Implementing Classes:
ClasspathNamedReadableFile, FileReadableFile, ManualNamedReadableFile, NamedReadableFileAdapter, PaxFileEntry, ReadWritableFileAdapter, TarFileEntry, UrlReadableFile, UstarFileEntry, ZipFileEntry

public interface NamedReadableFile
extends ReadableFile, Named

This interface defines a named, readable file. It could, but does not have to, be a EFile entity.

Since:
1.0
Author:
Karl Gustafsson

Method Summary
 
Methods inherited from interface org.entityfs.ReadableFile
getDataSize, getSize, openChannelForRead, openForRead
 
Methods inherited from interface org.entityfs.Named
getName
 
Methods inherited from interface org.entityfs.lock.ReadLockable
getReadLock, isReadLockedByCurrentThread, lockForReading