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.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Mon, 18 Nov 2024 06:41:32 GMT