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.utility |
Classes implementing Some String and File facility
|
Modifier and Type | Method and Description |
---|---|
DataBlock |
FileInterface.readDataBlock()
Read a new block for FileInterface
|
void |
FileInterface.writeDataBlock(DataBlock dataBlock)
Function called by the DataNetworkHandler when it receives one DataBlock
(Store like command)
|
Modifier and Type | Method and Description |
---|---|
DataBlock |
FilesystemBasedFileImpl.readDataBlock() |
void |
FilesystemBasedFileImpl.writeDataBlock(DataBlock dataBlock) |
Modifier and Type | Method and Description |
---|---|
static String |
WaarpStringUtils.readFileException(String filename)
Read a file and return its content in String format
|
Copyright © 2009–2020 Waarp. All rights reserved.