On 10/20/08, Bakary Dialaya DJIBA <[EMAIL PROTECTED]> wrote: > I want to manage a virtual file system with Mina. In my application I > haven't got a File (java) to manipulate. > > It is only some object to be encapsulate in a FileObject class of Ftplet. > But it checks if the given name match a physical file. > > So how to avoid verifying existance file to disk? And manipulate virtual > file.
It sounds like what you want is a custom file system implementation. Where would you be storing your "files" (e.g. memory, database)? /niklas
