Package com.mucommander.file.impl.local

Provides an implementation of the local file system.

See:
          Description

Class Summary
LocalFile LocalFile provides access to files located on a locally-mounted filesystem.
LocalFile.LocalInputStream A replacement for java.io.FileInputStream that uses a NIO FileChannel under the hood to benefit from InterruptibleChannel and allow a thread waiting for an I/O to be gracefully interrupted using Thread#interrupt().
LocalFile.LocalOutputStream A replacement for java.io.FileOutputStream that uses a NIO FileChannel under the hood to benefit from InterruptibleChannel and allow a thread waiting for an I/O to be gracefully interrupted using Thread#interrupt().
LocalFile.LocalRandomAccessInputStream LocalRandomAccessInputStream extends RandomAccessInputStream to provide random read access to a LocalFile.
LocalFile.LocalRandomAccessOutputStream LocalRandomAccessOutputStream extends RandomAccessOutputStream to provide random write access to a LocalFile.
LocalFileProvider This class is the provider for the local filesystem implemented by LocalFile.
SpecialWindowsLocation Represents special Windows locations such as 'My Computer', 'Network Neighborhood', 'Recycle Bin', ...
 

Package com.mucommander.file.impl.local Description

Provides an implementation of the local file system.



This file is part of muCommander - Copyright (C) 2002-2008 Maxence Bernard