Package one.microstream.afs.nio
Class NioIoHandler.Default
java.lang.Object
one.microstream.afs.AIoHandler.Abstract<Path,Path,NioItemWrapper,NioFileWrapper,ADirectory,NioReadableFile,NioWritableFile>
one.microstream.afs.nio.NioIoHandler.Default
- All Implemented Interfaces:
- AIoHandler,- NioIoHandler,- WriteController
- Enclosing interface:
- NioIoHandler
public static final class NioIoHandler.Default extends AIoHandler.Abstract<Path,Path,NioItemWrapper,NioFileWrapper,ADirectory,NioReadableFile,NioWritableFile> implements NioIoHandler
- 
Nested Class SummaryNested classes/interfaces inherited from interface one.microstream.afs.AIoHandlerAIoHandler.Abstract<FS,DS,I extends AItem,F extends AFile,D extends ADirectory,R extends AReadableFile,W extends AWritableFile>Nested classes/interfaces inherited from interface one.microstream.afs.nio.NioIoHandlerNioIoHandler.DefaultNested classes/interfaces inherited from interface one.microstream.afs.WriteControllerWriteController.Disabled, WriteController.Enabled
- 
Constructor SummaryConstructors Constructor Description Default()
- 
Method SummaryModifier and Type Method Description NioReadableFilecastReadableFile(AReadableFile file)NioWritableFilecastWritableFile(AWritableFile file)PathtoPath(String... pathElements)PathtoPath(AItem item)Methods inherited from class one.microstream.afs.AIoHandler.Abstractclose, copyFrom, copyFrom, copyFrom, copyTo, copyTo, copyTo, create, create, deleteFile, ensureExists, ensureExists, exists, exists, inventorize, isHandledDirectory, isHandledFile, isHandledItem, isHandledReadableFile, isHandledWritableFile, isOpen, isWritable, listDirectories, listFiles, listItems, moveFile, openReading, openWriting, readBytes, readBytes, readBytes, readBytes, readBytes, readBytes, readBytes, readBytes, readBytes, size, truncate, validateHandledDirectory, validateHandledFile, validateHandledReadableFile, validateHandledWritableFile, validateIsWritable, writeBytesMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface one.microstream.afs.AIoHandlerclose, copyFrom, copyFrom, copyFrom, copyTo, copyTo, copyTo, create, create, deleteFile, ensureExists, ensureExists, exists, exists, inventorize, isHandledDirectory, isHandledFile, isHandledItem, isHandledReadableFile, isHandledWritableFile, isOpen, listDirectories, listFiles, listItems, moveFile, openReading, openWriting, readBytes, readBytes, readBytes, readBytes, readBytes, readBytes, readBytes, readBytes, readBytes, size, truncate, validateHandledDirectory, validateHandledFile, validateHandledReadableFile, validateHandledWritableFile, writeBytes
- 
Constructor Details- 
Defaultpublic Default()
 
- 
- 
Method Details- 
toPath- Specified by:
- toPathin interface- NioIoHandler
 
- 
toPath- Specified by:
- toPathin interface- NioIoHandler
 
- 
castReadableFile- Specified by:
- castReadableFilein interface- NioIoHandler
 
- 
castWritableFile- Specified by:
- castWritableFilein interface- NioIoHandler
 
 
-