Package | Description |
---|---|
org.waarp.common.file |
Classes implementing File, Directory, Authentication and Session Interfaces
|
org.waarp.common.file.filesystembased |
Classes implementing FileInterface and Directory according to a filesystem implementation
|
org.waarp.common.file.passthrough |
Classes implementing FileInterface and Directory according to a pass through implementation (no
storage since data are just pass through this interface)
|
Modifier and Type | Method and Description |
---|---|
DataBlock |
FileInterface.readDataBlock()
Read a new block for FileInterface
|
Modifier and Type | Method and Description |
---|---|
DataBlock |
FilesystemBasedFileImpl.readDataBlock() |
Modifier and Type | Method and Description |
---|---|
DataBlock |
PassthroughBasedFileImpl.readDataBlock() |
Copyright © 2009–2019 Waarp. All rights reserved.