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
|
Modifier and Type | Method and Description |
---|---|
DataBlock |
FileInterface.getMarker()
Create a restart from context for the current FileInterface
|
DataBlock |
AbstractFile.getMarker() |
DataBlock |
FileInterface.readDataBlock()
Read a new block for FileInterface
|
DataBlock |
FileInterface.readDataBlock(byte[] buffer)
Read a new block for FileInterface
|
Modifier and Type | Method and Description |
---|---|
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() |
DataBlock |
FilesystemBasedFileImpl.readDataBlock(byte[] bufferGiven) |
Modifier and Type | Method and Description |
---|---|
void |
FilesystemBasedFileImpl.writeDataBlock(DataBlock dataBlock) |
Copyright © 2009–2022 Waarp. All rights reserved.