org.entityfs
Interface NamedReadableFile

All Superinterfaces:
Lockable, Named, ReadableFile, ReadLockable
All Known Subinterfaces:
EFile, EFileImplementation
All Known Implementing Classes:
ClasspathNamedReadableFile, FileImpl, FileReadableFile, ManualNamedReadableFile, NamedReadableFileAdapter, ReadWritableFileAdapter, UrlReadableFile

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
In_jar:
entityfs-core

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