eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'FileOperation::CopyCorrupted':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: CopyCorrupted (private in FileOperation

This class is only visible from within FileOperation.

Inheritance:

   Object
   |
   +--FileOperation
      |
      +--FileOperation::Copy
         |
         +--FileOperation::CopyCorrupted

Package:
stx:libtool
Category:
Interface-Support
Owner:
FileOperation

Instance protocol:

actions-basic
o  basicCopy: aSourceFile to: newFile
(comment from inherited method)
OperatingSystem recursiveCopyDirectory:(aSourceFile pathName) to:(newFile pathName).

o  basicCopyFile: sourceFile to: destFile
this is a copy which is tolerant w.r.t. read errors.
Whenever a read fails, a number of retries is performed
(with smaller buffer sizes) and, a block of zeros is eventually written.
This allows for partially corrupted data to be read from a tape or disk.

defaults
o  bufferSize

o  defectBlockCopySize
^ 256

o  defectBlockRetryCount



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Sat, 27 Apr 2024 03:57:41 GMT